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

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%
}

@media (min-width: 576px) {
  .container,.container-sm {
    max-width:540px
  }
}

@media (min-width: 768px) {
  .container,.container-md,.container-sm {
    max-width:720px
  }
}

@media (min-width: 992px) {
  .container,.container-lg,.container-md,.container-sm {
    max-width:960px
  }
}

@media (min-width: 1200px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    max-width: 1440px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: calc(var(--bs-gutter-y)*-1);
}

@media(max-width: 1199.98px) {
  .row [class*=col-] {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media(min-width: 1200px) {
  .row [class*=col-] {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex:1 0 0%
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
}
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

@font-face {
  font-family: 'BodyFontRegular';
  src: url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/ProximaNova-Regular.eot');
  src: url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/ProximaNova-Regular.woff') format('woff'),
    url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/ProximaNova-Regular.ttf') format('truetype'),
    url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BodyFontMedium';
  src: url("https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/proximanova-medium-webfont.woff2")
}

@font-face {
  font-family: 'BodyFontBold';
  src: url("https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/proximanova-bold-webfont.woff2")
}

@font-face {
  font-family: 'HeadlineFontRegular';
  src: url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/RocGrotesk-Regular.eot');
  src: url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/RocGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/RocGrotesk-Regular.woff2') format('woff2'),
    url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/RocGrotesk-Regular.woff') format('woff'),
    url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/RocGrotesk-Regular.ttf') format('truetype'),
    url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/RocGrotesk-Regular.svg#RocGrotesk-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HeadlineFontMedium';
  src: url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/RocGrotesk-Medium.eot');
  src: url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/RocGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
    url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/RocGrotesk-Medium.woff2') format('woff2'),
    url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/RocGrotesk-Medium.woff') format('woff'),
    url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/RocGrotesk-Medium.ttf') format('truetype'),
    url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/fonts/RocGrotesk-Medium.svg#RocGrotesk-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HeadlineFontBold';
  src: url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/Payroc_2022/Fonts/RocGrotesk-Bold.eot');
  src: url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/Payroc_2022/Fonts/RocGrotesk-Bold.eot#iefix') format('embedded-opentype'),
    url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/Payroc_2022/Fonts/RocGrotesk-Bold.woff2') format('woff2'),
    url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/Payroc_2022/Fonts/RocGrotesk-Bold.woff') format('woff'),
    url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/Payroc_2022/Fonts/RocGrotesk-Bold.ttf') format('truetype'),
    url('https://2238251.fs1.hubspotusercontent-na1.net/hubfs/2238251/Payroc_2022/Fonts/RocGrotesk-Bold.svg#RocGrotesk-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

html {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Geist', sans-serif;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #636363;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  background-color: #fff;
}

/* Paragraphs */

p {
  font-family: 'Geist', sans-serif;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Geist', sans-serif;
  margin: 0 0 1.4rem;
  color: #001D4E;
}

h1, h2, .subtitle {
  font-weight: 700;
}

h3 {
  font-weight: 500;
}

h4 {
  font-size: 18px;
}

@media (min-width: 992px) {
	h1,
	.inner-hero.inner-hero--light h1 {
		font-size: 42px;
		line-height: 1.25;
	}

	h2 {
		font-size: 34px;
		line-height: 1.5;
	}

	h4 {
		font-size: 20px;
		line-height: 1.5;
	}
}

@media (min-width: 1200px) {
	h1,
	.inner-hero.inner-hero--light h1 {
		font-size: 52px;
		line-height: 1.125;
	}

	h2 {
		font-size: 40px;
		line-height: 1.5;
	}

	h4 {
		font-size: 24px;
		line-height: 1.5;
	}
}


@media (min-width: 1400px) {
	h1,
	.inner-hero.inner-hero--light h1 {
		font-size: 64px;
		line-height: 1.125;
	}

	h2 {
		font-size: 48px;
		line-height: 1.5;
	}
}

@media (min-width: 1200px) {

  h3 {
    font-size: 32px;
    line-height: 48px;
  }

  h5 {
    font-size: 18px;
    line-height: 27px;
  }
  
  .subtitle  {
	color: #001d4e;
  margin-bottom: 18px;
	letter-spacing: .3em;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 21px;
  font-weight:bold;
  border-bottom: 4px solid #00e0b8!important;
  }

}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

/* Image alt text */

img {
  max-width: 100%;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (min-width: 768px) {
  .btn {
    font-size: 18px;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled,.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.form-control-file,.form-control-range {
  display: block;
  width: 100%
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.mb-48 {
    margin-bottom: 48px !important;
}

.h-100 {
    height: 100% !important;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important
}

@media(min-width: 576px) {
  .d-sm-none {
    display:none !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media(min-width: 768px) {
  .d-md-none {
    display:none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media(min-width: 992px) {
  .d-lg-none {
    display:none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media(min-width: 1200px) {
  .d-xl-none {
    display:none !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

.fade {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease
}

@media(prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width .35s ease;
  -o-transition: width .35s ease;
  transition: width .35s ease
}

@media(prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem
}

.dropdown-menu.show {
  display: block
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .75em 1em;
  clear: both;
  font-weight: 400;
  color: #191c26;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

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

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem
}

.navbar-light .nav-link {
  color: #191c26;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 27px;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none
}

.breadcrumb-item.active {
  color: #6c757d
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 6px;
}

.card-img,.card-img-top,.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%
}

.card-img,.card-img-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem
}

.blog-item .card-img-top {
	height: 245px;
	object-fit: cover;
}

@media (min-width: 768px) {
  .listing-wrapper {
    grid-template-columns: repeat(2,1fr) !important;
  }
  
  .listing-wrapper:after {
    background: none !important;
  }
}

@media (min-width: 1200px) {
	.blog-item .card-img-top {
    /* height: 323px; */
    height: 245px;
  }
  
  .listing-wrapper {
    grid-template-columns: repeat(3,1fr) !important;
  }
}
.website-navigation .top-navigation {
  background: #001D4E;
  padding-bottom: 7px;
  padding-top: 8px
}

@media (min-width: 768px) {
  .website-navigation .top-navigation {
    padding-top: 7px
  }
}

@media (min-width: 992px) {
  .website-navigation .top-navigation {
    padding-bottom: 9px;
    padding-top: 9px
  }
}

.website-navigation .top-navigation .topmenu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.website-navigation .top-navigation .topmenu-container .language-region > a {
  color: #fff;
  display: flex;
  align-items: center;
}

.website-navigation .top-navigation .topmenu-container .language-region img {
  margin-right: 7px;
  margin-top: -2px
}

.website-navigation .top-navigation .topmenu-container .language-region .dropdown-menu.show {
  border: none;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(25,28,38,.2);
  box-shadow: 0px 4px 20px 0px rgba(25,28,38,.2);
  margin-top: 10px;
  width: 240px
}

/*
* start: language picker 2025
*/

.website-navigation .main-navigation .payroc-logo img {
	width: 77px !important;
	height: auto !important;
}

#hs-link-site_logo_hs_logo_widget > img {
  max-width: 130px;
}

.dropdown-item .en-fr {
  margin-left: 6px;
}

.dropdown-item .en-fr a {
	background: #0051c2;
	color: #fff !important;
	padding: .01em .25em;
	border-radius: 4px;
	margin-left: 4px;
	font-size: 14px;
}

.dropdown-item .en-fr a:hover {
	background: #001d4e;
}

@media (min-width: 992px) {

  .website-navigation .top-navigation .topmenu-container .language-region .dropdown-menu.show {
    width: 260px;
  }

  .dropdown-item .en-fr a {
    margin-left: 8px;
    font-size: 18px;
  }

}

.website-navigation .top-navigation .topmenu-container .language-region .dropdown-toggle:after {
  margin-left: 5px;
  margin-top: 3px;
}

.website-navigation .top-navigation .topmenu-container .language-region .dropdown-toggle img {
  margin: 0px 12px 0 0;
}

.main-navigation.navbar {
  padding-top: 4px;
  padding-bottom: 5px;
}

/*
* end: language picker 2025
*/

.website-navigation .top-navigation .topmenu-container .language-region .dropdown-menu.show ul {
  margin: 0px;
  padding: 0
}

.website-navigation .top-navigation .topmenu-container .language-region .dropdown-menu.show ul .dropdown-item {
  cursor: pointer;
  padding: .75rem 1.5rem
}

.website-navigation .top-navigation .topmenu-container .language-region .dropdown-menu.show ul .dropdown-item a {
  color: #001D4E
}

.website-navigation .top-navigation .topmenu-container .language-region .dropdown-menu.show ul .dropdown-item:active {
  background-color: transparent;
  color: #212529
}

.website-navigation .top-navigation .topmenu-container .featured-news a {
  color: #fff;
  /* -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; */
  padding-left: 4px;
  padding-right: 4px
}

.website-navigation .top-navigation .topmenu-container .featured-news a:hover {
  text-decoration: underline
}

.website-navigation .top-navigation .topmenu-container .contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.website-navigation .top-navigation .topmenu-container .contact-us a {
  display: flex;
}

.website-navigation .top-navigation .dropdown-item-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.website-navigation .top-navigation .dropdown-item-wrapper img {
  height: 30px;
  width: auto;
  vertical-align: middle;
}

.website-navigation .top-navigation .dropdown-item-wrapper h6 {
  font-weight: 600;
  margin-bottom: 0px
}

@media (min-width: 768px) {
  .website-navigation .language-region a.dropdown-toggle {
    font-size: 18px;
  }
}

.website-navigation .main-navigation {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
  z-index: 11;
}

.website-navigation .main-navigation .payroc-logo {
  margin-right: 18px
}

.website-navigation .main-navigation .payroc-logo img {
  max-width: 130px;
  padding-bottom: 8px;
  padding-top: 8px
}

.website-navigation .main-navigation .were-hiring {
  background: rgba(246,95,24,.4);
  border: 1px solid #0051C2;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: .2em .6em
}

.website-navigation .main-navigation .container {
  display: block
}

.website-navigation .main-navigation .right-buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  gap: 4px;
  height: 100%
}

.website-navigation .main-navigation .right-buttons li:nth-child(1) {
  display: none
}

.website-navigation .main-navigation .right-buttons a {
  padding: .5rem 1rem
}

.website-navigation .main-navigation .right-buttons button {
  background: none;
  border: none;
  color: #001D4E;
  font-size: 1.25rem;
  padding: .25rem .75rem;
  position: relative
}

.website-navigation .main-navigation .right-buttons .navbar-toggler {
  margin-left: 24px
}

.website-navigation .main-navigation .right-buttons .navbar-toggler i {
  width: 20px;
  height: 20px
}

.website-navigation .main-navigation .right-buttons .navbar-toggler[aria-expanded=false] .menu-hide {
  display: none
}

.website-navigation .main-navigation .right-buttons .navbar-toggler[aria-expanded=true] .menu-bars {
  display: none
}

.website-navigation .main-navigation .login-link {
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  margin-right: 0px;
  padding-left: 24px;
  padding-right: 24px
}

.website-navigation .main-navigation .login-link span {
  margin-right: .55em
}

.website-navigation .main-navigation .login-link::after {
  margin-left: .55em;
  vertical-align: .1em
}

.website-navigation .login-nav .dropdown-toggle i {
  padding-right: 3px;
}

.website-navigation .main-navigation .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(25,28,38,.2);
  box-shadow: 0px 4px 20px 0px rgba(25,28,38,.2);
  margin-top: 32px;
  padding: 0px 0px
}
.website-navigation .main-navigation .dropdown-menu {
	top: 136px !important;
}

.website-navigation.sticky-header .main-navigation .dropdown-menu {
	top: 95px !important;
}
.website-navigation .main-navigation .dropdown-menu .row {
  margin-left: -15px;
  margin-right: -15px;
}

.website-navigation .main-navigation .dropdown-menu .dropdown-item {
  color: #001D4E !important;
  padding: .65em 1em;
}

.website-navigation .main-navigation .dropdown-menu .dropdown-item .dropdown-item-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.website-navigation .main-navigation .dropdown-menu .dropdown-item .dropdown-item-wrapper .dropdown-item-content h6 {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2;
}

h6.mb-0 {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .website-navigation .dropdown-item-content h6 {
    font-size: 18px;
  }
}

.website-navigation .main-navigation .dropdown-menu .dropdown-item .dropdown-item-wrapper .dropdown-item-content p {
  color: #636363;
  margin-bottom: 0px;
}

.website-navigation .main-navigation .dropdown-menu .dropdown-item:hover {
  background: none;
  text-decoration: underline;
}

.website-navigation .main-navigation .dropdown-menu .pe-link {
  font-size: 18px;
  line-height: 27px;
  padding: .75rem 22px;
}

.website-navigation .main-navigation .dropdown-menu.solutions-menu span.dropdown-item-image,
.website-navigation .main-navigation .dropdown-menu.services-menu span.dropdown-item-image,
.website-navigation .main-navigation .dropdown-menu.industries-menu span.dropdown-item-image,
.website-navigation .main-navigation .dropdown-menu.resources-menu span.dropdown-item-image {
  width: 23px;
  height: 27px
}

.website-navigation .main-navigation .dropdown-menu.solutions-menu span.dropdown-item-image img,
.website-navigation .main-navigation .dropdown-menu.services-menu span.dropdown-item-image img,
.website-navigation .main-navigation .dropdown-menu.industries-menu span.dropdown-item-image img,
.website-navigation .main-navigation .dropdown-menu.resources-menu span.dropdown-item-image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  max-height: 24px;
}

.website-navigation .main-navigation .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  line-height: 27px
}

.website-navigation .main-navigation .dropdown-menu>.row .col-xl-4:first-child h5 {
  margin-left: 1.25em
}

.website-navigation .main-navigation .dropdown-item {
/*   padding: .75em 1.5em */
}

.website-navigation .main-navigation .navbar-collapse {
  height: 100%
}

.website-navigation .main-navigation .right-buttons .contact---button .btn {
  border: none;
  min-height: auto;
  padding: 8px 15px;
  background: #0051C2;
  border-radius: .25rem;
  color: #fff;
  font-weight: 600;
}

.website-navigation .main-navigation .contact---button .btn:hover, 
.website-navigation .main-navigation .contact---button .btn:active, 
.website-navigation .main-navigation .contact---button .btn:focus {
  background: #493c70;
}

.website-navigation.sticky-header .main-navigation {
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100
}

.website-navigation a:hover {
  text-decoration: none
}

.website-navigation .menu-title {
  margin-bottom: 24px;
  text-transform: uppercase;
  margin-left: .8em;
  font-weight: 700
}

.website-navigation .nav-border {
  border-top: 1px solid #e5e5e5;
  margin-top: 16px;
  position: relative
}

.website-navigation .dropdown-toggle::after {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  vertical-align: .1em
}

.website-navigation .main-navigation .dropdown-menu>.row .col-xl-4:first-child h5 {
  margin-left: 1.25em;
}

.website-navigation .main-navigation .dropdown-menu .dropdown-item .dropdown-item-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.website-navigation .nav-border {
  border-top: 1px solid #e5e5e5;
  margin-top: 16px;
  position: relative;
}

@media (max-width: 991.98px) {
  .website-navigation .main-navigation .contact---button {
    display: none;
  }

  .website-navigation .language-region a,
  .website-navigation .nav-back-container a,
  .website-navigation .dropdown-item-content h6 {
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl>.container, 
  .navbar-expand-xl>.container-fluid, 
  .navbar-expand-xl>.container-sm, 
  .navbar-expand-xl>.container-md, 
  .navbar-expand-xl>.container-lg, 
  .navbar-expand-xl>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }

  .main-navigation .container>.row {
    margin: 0;
  }

  .navbar {
    padding: .5rem 0;
  }

  .website-navigation .main-navigation .right-buttons button {
    padding: .25rem 0;
  }

  .website-navigation .main-navigation .navbar-collapse {
    border-top: 1px solid rgba(0, 0, 0, .1);
  }
  
  .primary-navbar {
    background: #fefefe;
    border-top: 1px solid rgba(255, 255, 255, .2);
    height: calc(100vh - 98px) !important;
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 8px;
    overflow: hidden;
  }

  .primary-navbar .nav-item .nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #001D4E !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 24px !important;
    margin-left: 0px;
    margin-right: 0px;
    padding: 16px 20px;
    display: block;
  }

  .primary-navbar .nav-item .dropdown-toggle::after {
    border: none !important;
    content: "";
    float: right;
    font-family: "FontAwesome";
    font-weight: 900;
  }

  .primary-navbar .dropdown-menu .nav-back-container {
    background-color: #fefefe;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }
  .primary-navbar .dropdown-menu .nav-back-container a {
    color: #001D4E;
    display: block;
    padding: 20px;
  }

  .primary-navbar .dropdown-menu>.row {
    overflow-y: auto;
    height: 100%;
    margin: 0 !important;
    display: block;
    padding-bottom: 48px;
  }

  .primary-navbar .dropdown-menu>.row>[class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-navbar .dropdown-menu h5 {
    margin-left: 1em !important;
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 24px;
  }

  .primary-navbar .dropdown-menu.show {
    visibility: visible;
  }

  .primary-navbar .dropdown-menu {
    background-color: #fff;
    background-color: #fff;
    border-radius: 0px;
    bottom: 0;
    display: block;
    left: 0%;
    margin-bottom: 0px;
    margin-top: 0px !important;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 24px !important;
    position: fixed;
    visibility: hidden;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .website-navigation .featured-news a {
    font-size: 18px;
  }

  .website-navigation .main-navigation .right-buttons .login-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center; 
  }

  .website-navigation .main-navigation .right-buttons .login-nav li:nth-child(1) {
    display: block;
  }

  .website-navigation.sticky-header .main-navigation .dropdown-menu,
  .website-navigation .main-navigation .dropdown-menu {
    top: 100% !important;
  }
  
  .website-navigation .main-navigation .nav-item .dropdown-menu {
    border-radius: .5rem;
    padding: 28px 0px 24px;
  }

  .website-navigation .main-navigation .solutions-menu {
    margin-left: -40px;
    width: 990px;
  }

  .website-navigation .main-navigation .solutions-menu .nav-back-container + .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .website-navigation .main-navigation .industries-menu.show, 
  .website-navigation .main-navigation .resources-menu.show {
    margin-left: -40px;
    /* padding: 40px 24px; */
  }

  .website-navigation .main-navigation .login-menu.dropdown-menu {
    margin-left: -403px;
    width: 580px;
  }

  .website-navigation .main-navigation .nav-item.dropdown.show::before {
    border-bottom: 4px solid #0051C2;
    bottom: -32px;
    content: "";
    left: 0px;
    position: absolute;
    width: 100%;
  }

  .website-navigation .top-navigation .nav-item.dropdown.show .dropdown-toggle::after,
  .website-navigation .main-navigation .nav-item.dropdown.show .dropdown-toggle::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .website-navigation .main-navigation .nav-back-container {
    display: none;
  }

  .website-navigation .main-navigation .nav-border {
    border: none;
    height: 100%;
    margin: 0px;
    position: relative;
  }

  .website-navigation .main-navigation .nav-border::before {
    border-left: 1px solid #e5e5e5;
    content: "";
    height: 98%;
    left: -32px;
    position: absolute;
    width: 1px;
  }
}
#main-footer {
  /*background: #191c26;*/
  padding-top: 80px;
  padding-bottom: 48px;
}

#main-footer .sitemap-nav {
  margin-bottom: 36px;
}

#main-footer .sitemap-nav .nav-item {
  display: block;
  width: 100%
}

#main-footer .sitemap-nav .nav-item .nav-link {
  color: #001D4E;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 9px;
  display: block;
}

#main-footer .nav .nav-link:hover {
  color: #0051C2;
}

#main-footer .legal-text {
  color: #001D4E;
  font-size:14px;
}

@media (min-width: 1200px) {
  #main-footer .legal-text {
    font-size: 14px;
    line-height: 21px;
    color:#001D4E;
  }
}

#main-footer .online {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#main-footer .online::before {
  content: "";
  position: relative;
  width: 8px;
  height: 8px;
  left: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  background-color: #19a070
}

#main-footer .social-media-links {
  -webkit-padding-start: 0px;
  padding-inline-start:0px;display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

#main-footer .social-media-links li {
  display: inline-block;
  margin-right: 16px
}

#main-footer .social-media-links li a {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #001D4E;
  color: #001D4E;
  align-items: center;
  border-radius: 6px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#main-footer .social-media-links li a:hover {
  /*background-color: #001D4E;*/
}

#main-footer .social-media-links li svg {
  fill: #001D4E;
}

#main-footer h5,#main-footer h6 {
  color: #001D4E;
}

#main-footer h5 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}

#main-footer h6 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

#main-footer hr {
  margin-top: 1rem;
  margin-bottom: 60px;
  border: 0;
  border-top: 1px solid #424242;
}

#main-footer .reviews-link {
  color: #001D4E;
  text-decoration: underline;
}

#main-footer .legal-nav {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#main-footer .legal-nav .nav-item {
  margin-left: 24px
}

#main-footer .legal-nav .nav-item .nav-link {
  color: #001D4E;
  text-decoration: none
}

footer .nav .nav-link {
  padding: 0em;
  margin-bottom: 9px;
  display: block;
}

@media(max-width: 767.98px) {
  #main-footer h5 {
    margin-top: 10px;
    margin-bottom: 20px
  }

  #main-footer ul.social-media-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 24px;
    margin-bottom: 40px
  }

  #main-footer .legal-nav {
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #main-footer .legal-nav .nav-item {
    margin-left: 0px;
  }

  ul.nav.legal-nav li.nav-item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 991.98px) {
  #main-footer .sitemap-nav {
    margin-bottom: 18px;
  }

  #main-footer hr {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199.98px) {
  .legal-text {
    font-size: 14px;
    line-height: 21px;
  }
}