*, *: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.
 */



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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.banner-section .span12 {
  min-height: 0;
}
.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}


.content-wrapper,
.dnd-section > .row-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

@media (max-width: 1199px){
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 970px !important;
  }
}


@media (max-width: 991px){
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 750px !important;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
    .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 100% !important;
  }
}
@font-face {
  font-family: "glyphicons_halflingsregular";
  src: url(https://9348796.fs1.hubspotusercontent-ap1.net/hubfs/9348796/raw_assets/public/PMPartners_September2021/Fonts/glyphicons_halflingsregular/glyphicons_halflingsregular.ttf);
  src: url(https://9348796.fs1.hubspotusercontent-ap1.net/hubfs/9348796/raw_assets/public/PMPartners_September2021/Fonts/glyphicons_halflingsregular/glyphicons_halflingsregular.woff);
  src: url(https://9348796.fs1.hubspotusercontent-ap1.net/hubfs/9348796/raw_assets/public/PMPartners_September2021/Fonts/glyphicons_halflingsregular/glyphicons_halflingsregular.woff2);
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(https://9348796.fs1.hubspotusercontent-ap1.net/hubfs/9348796/raw_assets/public/PMPartners_September2021/Fonts/Glyphicons%20Halflings/glyphicons_halflingsregular.ttf);
  src: url(https://9348796.fs1.hubspotusercontent-ap1.net/hubfs/9348796/raw_assets/public/PMPartners_September2021/Fonts/Glyphicons%20Halflings/glyphicons_halflingsregular.woff);
  src: url(https://9348796.fs1.hubspotusercontent-ap1.net/hubfs/9348796/raw_assets/public/PMPartners_September2021/Fonts/Glyphicons%20Halflings/glyphicons_halflingsregular.woff2);
}
/*@font-face {
  font-family: "URW Geometric Bold";
  src: url(https://9348796.fs1.hubspotusercontent-ap1.net/hubfs/9348796/raw_assets/public/PMPartners_September2021/Fonts/URW%20Geometric%20Bold/URW-Geometric-W03-Bold.woff);
  font-weight: 600;
}
@font-face {
  font-family: "URW Geometric Extra Bold";
  src: url(https://9348796.fs1.hubspotusercontent-ap1.net/hubfs/9348796/raw_assets/public/PMPartners_September2021/Fonts/URW%20Geometric%20Extra%20Bold/URW-Geometric-W03-Extra-Bold.woff);
  font-weight: 800;
}
@font-face {
  font-family: "URW Geometric Regular";
  src: url(https://9348796.fs1.hubspotusercontent-ap1.net/hubfs/9348796/raw_assets/public/PMPartners_September2021/Fonts/URW%20Geometric%20Regular/URW-Geometric-W03-Regular.woff);
  font-weight: 400;
}*/
@font-face {
  font-family: "kl-social-icons";
  src: url(https://9348796.fs1.hubspotusercontent-ap1.net/hubfs/9348796/raw_assets/public/PMPartners_September2021/Fonts/kl-social-icons/kl-social-icons.ttf);
  src: url(https://9348796.fs1.hubspotusercontent-ap1.net/hubfs/9348796/raw_assets/public/PMPartners_September2021/Fonts/kl-social-icons/kl-social-icons.woff);
  font-style: normal;
  font-weight: normal;
}

body, html {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.1px;
  -moz-osx-font-smoothing: grayscale;
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}


body {
  line-height: 1.4;
  background-color: #f7f7f7;
  overflow-x: hidden;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
/* Paragraphs */

p {
  margin: 0 0 20px;
  line-height: 1.6em;
}

#main-content p strong, #main-content li strong, #main-content ol strong {
  font-family: "Poppins";
  font-weight: 600;
	color: #000000;
}

/* Anchors */

a {
  cursor: pointer;
text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  line-height: 1.1;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.1px;
  -moz-osx-font-smoothing: grayscale;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */



/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Form fields */

.hs-form-field {
  margin-bottom: 15px;
}

/* Labels */

form label {
  display: inline-block;
  margin-bottom: .35rem;
  font-family: arial;
  font-weight: bold;
  letter-spacing: 0.6px;
  font-size: 11px;
  line-height: 1em;
  text-transform: uppercase;
  padding: 13px 0 0 10px;
  position: absolute;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 100%;
  padding: 27px 10px 10px 10px;
  font-size: 16px;
  line-height: normal;
  box-sizing: border-box;
  box-shadow: inset 1px 2px 0 rgb(0 0 0 / 6%);
  border: 1px solid #D9D9D9;
  font-weight: 400;
  font-family: Arial;
/*   background-color: transparent; */
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #c70000;
  margin-top: 0.35rem;
}
.hs-error-msgs label {
  color: #c70000;
  display: none;
}
/* Submit button */

.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.2s;
  white-space: normal;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Arial;
  outline: none;
  margin: 0 0 20px 0;
}
.button:hover, .hs-button:hover {
  filter: brightness(1.1);
  transition: all 0.2s;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.no-banner .header-wrapper{
  height: 120px;
}
header.header {
  height: 120px;
}
.site-header-top-wrapper {
  position: relative;
  height: 35px;
}

.scroll-header .site-header-top-wrapper {
    height: unset;
}

.site-header-top-wrapper .header__container {
    position: relative;
}
.header-top-row {
  height: 50px;
  display: -ms-flexbox;
  display: flex;
}

.site-header-top-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-social ul {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.1px;
  line-height: 25px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  list-style: none;
  position: relative;
  z-index: 1;
}

.header-social ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.header-social ul li a {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 10px;
  width: unset;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  opacity: 1;
  height: 30px;
  position: relative;
  border-radius: 3px;
  text-align: center;
  transition: all .2s ease-out;
  text-decoration: none;
}
.header-social ul li a:hover {
  text-decoration: none;
}
.site-header-top-right {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-top-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.1px;
  line-height: 25px;
  -moz-osx-font-smoothing: grayscale;
}

.header-top-menu ul li {
  float: left;
}

.header-top-menu ul::before,.header-top-menu ul::after {
  display: block;
  content: "";
  clear: both;
}

.header-top-menu ul li a {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 10px;
  width: unset;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 24px;
  opacity: .8;
}
.header-top-menu ul li.active a {
  color: #231b29;
}
.header-top-menu ul li:not(:first-child):before {
  content: "|";
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.header-search {
  position: relative;
  z-index: 100;
  margin-left: 10px;
}


.header-search-button {
  display: none;
}
.header-search-button:hover span {
  color: #000000;
}
.header-search-button:hover {
  background: #ffffff;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-search-button .glyphicon {
    color: #000;
    font-size: 17px;
}

.glyphicon-search:before {
  content: "\e003";
}

.header-search-container {

}
.open-search .header-search-container {

}

.open-search .header-search-button {
    background: #ffffff;
    border-radius: 4px 4px 0 0;
}

.open-search .header-search-button .glyphicon {
    color: #000;
}

.open-search .header-search-button .glyphicon::before {
    content: "\e014";
}
.header-search-container form {

}

.header-search.headsearch--inp {
    width: 171px;
}

.headsearch--inp .gensearch__input:focus {
    background-color: hsl(0deg 0% 61% / 19%);
}

.header-search input[type=text] {
  border: none;
  border-radius: 3px;
  box-shadow: none;
  display: inline-block;
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0.4px;
  height: 34px;
  margin: 0;
  outline: none;
  padding: 2px 30px 2px 15px;
  position: relative;
  transition: all .15s ease-out;
  width: 100%;
}

.header-search .gensearch__submit {
  width: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  outline: none;
  z-index: 1;
  font-size: 17px;
  color: #000000;
}
.header-bottom-row {
  height: 70px;
  display: -ms-flexbox;
  display: flex;
}

.header-logo {

}

.header-logo img {
  max-height: 70px;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  width: 213px !important;
  height: 35px;
  max-width: 100%;
}

.header-logo a {
  padding: 0;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

.header-logo .hs_cos_wrapper_type_linked_image {
  height: 100%;
  width: 100%;
  margin: 0;
  display: table;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}

.header-logo .widget-type-linked_image {
  height: 100%;
}
.header-bottom-right {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.custom-menu-primary {
  margin-left: 20px;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.1px;
  line-height: 25px;
  -moz-osx-font-smoothing: grayscale;
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul::before,.custom-menu-primary .hs-menu-wrapper>ul::after {
  display: block;
  content: "";
  clear: both;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  float: left;
  margin-left: 5px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
  margin-left: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.training-courses>a {
  background-color: #f97070 !important;
  color: #ffffff;
  padding-right: 10px;
  padding-left: 15px;
  border-radius: 3px;
}

.scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.training-courses>a {
    border-radius: 0;
}

/*.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.resources>a {
    background-color: unset!important;
    padding: 12px 7px !important;
}*/

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding: 12px 7px;
  font-size: 13px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  line-height: 16px;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-weight: 600;
  transition: padding .2s ease-in-out,transform .2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  text-decoration: none;
}
.zn-res-menuwrapper {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.zn-menuBurger[class*="--s"] {
  width: 20px;
}
.zn-menuBurger {
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  height: 22px;
  transform: rotate(
    0deg);
  transition: .2s ease-out;
  cursor: pointer;
  opacity: .8;
  text-decoration: none;
}
.zn-menuBurger span {
  display: block;
  position: absolute;
  width: 100%;
  background: #000000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(
    0deg);
  transition: .25s ease-in-out;
}
.zn-menuBurger[class*="--3--"] span {
  height: 3px;
}
.zn-menuBurger[class*="--s"] span:nth-child(3) {
  top: 12px;
}
.zn-menuBurger[class*="--s"] span:nth-child(2) {
  top: 6px;
}
.zn-menuBurger[class*="--s"] span:first-child {
  top: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  margin-top: 30px;
  transition: opacity .4s ease,top .45s ease,margin-top .4s ease;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  box-shadow: 0 0 30px rgb(0 0 0 / 20%);
  border-radius: 4px;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding: 25px 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>.training-courses>ul {
    padding: 30px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  margin-top: 10px;
  left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.most-popular {
  width: 50%;
}
.header-bottom .header__container {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  /* padding-left: 15px; */
  /* padding-right: 15px; */
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
  /* padding-left: 15px; */
  /* padding-right: 15px; */
  padding-bottom: 2px;
  padding-left: 20px;
  line-height: 24px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  font-style: normal;
  font-family: "Poppins";
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.1px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper>ul>.resources>ul>li>a {
    padding: 0 60px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #2490a5;
  transition: 0.5s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover::before {
  filter: none;
  transition: 0.5s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  border-right: 1px solid #e5e5e5;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.training-courses>ul>li {
  border-right: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.training-courses>ul>li>a {
    font-size: unset;
    text-align: unset;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child {
  border-right: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul {
  padding-left: 0;
  padding-right: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>li, .custom-menu-primary .hs-menu-wrapper>ul>li.services>ul>li {
  width: 20%;
  padding-left: 0;
  padding-right: 0;
}

.custom-menu-primary .hs-item-has-children > a:after {
  content: "";
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2023/01/chevron-down-white.svg);
  background-repeat: no-repeat;
  background-position: 3px 2px;
  line-height: 0px;
  width: 16px;
  display: inline-block;
  height: 10px;
  background-size: 9px 8px;
  filter: invert(100%);
}

.custom-menu-primary .hs-item-has-children.training-courses > a:after {
  filter: none;
}

.custom-menu-primary .what-we-do a:before,
.custom-menu-primary .who-we-are a:before, 
.custom-menu-primary .join-the-team a:before, 
.custom-menu-primary .success-stories a:before, 
.custom-menu-primary .agile-services a:before,
.custom-menu-primary .scaled-agile a:before, 
.custom-menu-primary .project-delivery a:before,
.custom-menu-primary .consulting a:before, 
.custom-menu-primary .capability-uplift a:before,
.custom-menu-primary .events a:before, 
.custom-menu-primary .capability-hub a:before, 
.custom-menu-primary .ebooks-\&-white-papers a:before,
.custom-menu-primary .checklists-\&-infographics a:before,
.custom-menu-primary .complexity-assessment a:before {
  content: "";
  height: 55px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1) brightness(0.5);
  margin-bottom: 10px;
}

.custom-menu-primary .what-we-do a:before {
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2023/01/icon-lightbulb.svg);
}

.custom-menu-primary .who-we-are a:before {
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2023/01/icon-team.svg);
}

.custom-menu-primary .join-the-team a:before {
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2023/01/icon-handshake.svg);
}

.custom-menu-primary .success-stories a:before {
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2023/01/icon-success.svg);
}
.custom-menu-primary .agile-services a:before {
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2023/01/icon-agile.svg);
}

.custom-menu-primary .scaled-agile a:before {
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2023/01/icon-scaled-agile.svg);
}
.custom-menu-primary .project-delivery a:before {
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2023/01/icon-project-delivery.svg);
}

.custom-menu-primary .consulting a:before {
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2023/01/icon-consulting.svg);
}
.custom-menu-primary .capability-uplift a:before {
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2023/01/icon-capability-uplift.svg);
}

.custom-menu-primary .events a:before {
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2023/02/icon-calendar.svg);
}
.custom-menu-primary .capability-hub a:before {
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2023/02/icon-hub.svg);
}

.custom-menu-primary .ebooks-\&-white-papers a:before {
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2023/02/icon-book.svg);
}
.custom-menu-primary .checklists-\&-infographics a:before {
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2023/02/icon-checklist.svg);
}

.custom-menu-primary .complexity-assessment a:before {
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2023/02/icon-assessment.svg);
}


/*.custom-menu-primary .hs-menu-wrapper>ul>li.resources {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.resources:hover>ul {
  top: 32px;
  padding: 6px 0;
  margin-left: 0;
  min-width: 230px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>li {
  float: unset;
  padding: 0;
  width: unset;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>li>a {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 14px;
  min-width: 230px;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>li>a:hover {
  color: #323232;
  background: rgba(0,0,0,.04);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.resources:hover>a {
  color: rgba(33,144,165,1.0) !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul:after {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 14px;
  border: 6px solid transparent;
  border-bottom-width: 5px;
  border-bottom-color: #f5f5f5;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li.resources>ul>li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.mobile-menu-primary .hs-menu-wrapper>ul>li.resources>ul>li>a {
    font-family: 'Poppins';
    padding: 12px 28px 11px;
    margin: 0;
    color: rgba(0,0,0,.45);
}*/

.custom-menu-primary .hs-menu-wrapper>ul>li.training-courses:hover>a {
  color: #ffffff;
  background-color: #e96060 !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li {
  padding: 2px 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  padding: unset;
  color: unset;
  display: unset;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper .most-popular-courses > ul > li a, .custom-menu-primary .hs-menu-wrapper .popular-pages > ul > li a {
    font-size: 14px;
}

.custom-menu-primary .hs-item-has-children.most-popular-courses>a:after, .custom-menu-primary .hs-item-has-children.popular-pages>a:after {
    background-image: unset;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.promotions {
  width: 21%;
  margin-bottom: -25px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.various {
  width: 24%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.promotions>a, 
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.various>a,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li.promotions>a, 
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li.various>a {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.most-popular-courses {
  width: 30%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.various>ul,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li.various>ul {
  margin: -1px 0 0 0;
  padding: 0;
  list-style: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.course-list,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.group-bookings,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.in-house-training,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.course-list,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.group-bookings,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.in-house-training {
  display: block !important;
  margin-bottom: 12px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  font-family: 'Poppins';
  text-transform: uppercase;
  color: #244478;
  transition: 0.5s;
  position: relative;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.course-list>a,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.group-bookings>a,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.in-house-training>a {
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.course-list,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.course-list {
  background-color: #d0e9ee;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.course-list:hover {
  background-color: #bfdde3;
  transition: 0.5s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.group-bookings,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.group-bookings {
  background-color: #d7d0df;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.group-bookings:hover {
  background-color: #cabcdb;
  transition: 0.5s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.in-house-training,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.in-house-training {
  background-color: #f1b4b0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.in-house-training:hover {
  background-color: #e2a29e;
  transition: 0.5s
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.course-list::before,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.group-bookings::before,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.in-house-training::before {
  content: "";
  width: 55px;
  height: 55px;
  display: block;
  background-size: 55px 55px;
  position: absolute;
  top: 4px;
  left: 25px;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.course-list::before,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.group-bookings::before,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.in-house-training::before {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  background-size: 35px 35px;
  position: absolute;
  top: 4px;
  left: 25px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.course-list::before,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.course-list::before {
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2022/08/icon-course-list.png); 
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.group-bookings::before, 
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.group-bookings::before {
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2022/08/icon-group-bookings.png); 
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.in-house-training::before,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.in-house-training::before {
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2023/06/icon-inhouse-training.png); 
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.course-list a, 
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.group-bookings a, 
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.in-house-training a {
  padding: 13px 50px 13px 65px;
  display: block!important;
  color: #244478;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.course-list a, 
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.group-bookings a, 
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.in-house-training a {
  padding: 13px 27px 13px 45px;
  display: block!important;
  color: #244478 !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.promotions>ul {
  padding-left: 0;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li.promotions>ul {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: -53px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.promotions-and-special-offers::before,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.promotions-and-special-offers::before {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.promotions-and-special-offers>a::before {
  content: "";
  width: 206px;
  height: 219px;
  display: block;
  background-size:206px 219px;
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2022/08/promotions-special-offers-tile.png);
  margin-left: -15px;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.promotions-and-special-offers>a::before {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 143px;
  margin-left: -12px;
  background-image: url(https://www.pm-partners.com.au/wp-content/uploads/2022/08/promotions-special-offers-mobile-tile.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.promotions-and-special-offers>a,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.promotions-and-special-offers>a {
    font-size: 0px;
}

/*.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.course-list::before,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.course-list::before{
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background-image: url(https://9348796.fs1.hubspotusercontent-ap1.net/hubfs/9348796/raw_assets/public/PMPartners_September2021/images/nav-icon-course-list.png);
  background-size: 25px 25px;
  float: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.group-training::before,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.group-training::before{
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background-image: url(https://9348796.fs1.hubspotusercontent-ap1.net/hubfs/9348796/raw_assets/public/PMPartners_September2021/images/nav-icon-group.png);
  background-size: 25px 25px;
  float: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.course-schedule::before,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.course-schedule::before{
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background-image: url(https://9348796.fs1.hubspotusercontent-ap1.net/hubfs/9348796/raw_assets/public/PMPartners_September2021/images/nav-icon-schedule.png);
  background-size: 25px 25px;
  float: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.elearning-courses::before,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.elearning-courses::before{
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background-image: url(https://9348796.fs1.hubspotusercontent-ap1.net/hubfs/9348796/raw_assets/public/PMPartners_September2021/images/nav-icon-online.png);
  background-size: 25px 25px;
  float: left;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  pointer-events: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.specials-and-promos::before,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.specials-and-promos::before{
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background-image: url(https://9348796.fs1.hubspotusercontent-ap1.net/hubfs/9348796/raw_assets/public/PMPartners_September2021/images/nav-icon-promo.png);
  background-size: 25px 25px;
  float: left;
}*/
.custom-menu-primary .hs-menu-wrapper>ul>li>ul::before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li::before,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li::before{
  content: "»";
  font-size: 20px;
  margin-left: -20px;
  margin-right: 10px;
  color: #1f90a6;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li>ul {
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(100%,0,0);
  transition: transform .5s ease;
  transform-style: preserve-3d;
  max-width: 100%;
  line-height: 25px;
  padding-bottom: 15px;
}
.mobile-menu-primary .hs-menu-wrapper>ul{
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(100%,0,0);
  transition: transform .5s ease;
  transform-style: preserve-3d;
  max-width: 100%;
  line-height: 25px;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li.active>a {
  background-color: rgba(0,0,0,.05);
  color: rgba(0,0,0,.85);
}
.mobile-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>ul {
  transform: translateZ(0);
}
.mobile-open .mobile-menu-primary .hs-menu-wrapper>ul{
  transform: translateZ(0);
}

.mobile-menu-primary .hs-menu-wrapper>ul>li>a {
  padding: 12px 28px 11px;
  display: block;
  font-weight: 300;
  color: rgba(0,0,0,.45);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: rgba(0,0,0,.15);
  text-decoration: none;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li.dl-back {
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,.15) !important;
  padding: 0;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li.dl-back>a {
  text-align: center;
  font-size: 14px;
  padding: 12px 28px 11px;
  padding-left: 49px;
  padding-right: 0;
  display: block;
  font-weight: 600;
  color: rgba(0,0,0,.45);
  margin: 0;
  line-height: 25px;
  font-family: "Poppins";
}
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li.dl-back>a:hover {
  color: rgba(0,0,0,.85);
}
.mobile-menu-primary .hs-menu-wrapper>ul>li {
  position: static;
  border-bottom: 1px solid rgba(0,0,0,.15);
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  margin-right: 49px;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.training-courses>a {
  color: #fff !important;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.resources>a {
  color: rgba(0,0,0,.45) !important;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.training-courses {
  background: #f97070;

}

.mobile-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.resources {
  background: #ffffff !important;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .zn_res_submenu_trigger {
  color: grey !important;
  border-left: 1px solid #d8d8d8;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.training-courses .zn_res_submenu_trigger {
  color: #ffffff !important;
}

body.mobile-open {
  overflow: hidden;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: rgba(0,0,0,.85);
}
.zn_res_back_icon {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid rgba(0,0,0,.15);
  position: absolute;
  width: 49px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: rgba(0,0,0,.45);
  top: auto;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li.zn_res_menu_go_back>a {
  text-align: center;
  padding-right: 0;
  padding-left: 49px;
  font-size: 14px;
}
.zn_res_submenu_trigger {
  border-left: 1px solid rgb(255 255 255 / 15%);
  color: #ffffff;
  position: absolute;
  right: 0;
  width: 49px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  top: auto;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child {
  margin: 0;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  color: #8c8c8c;
  display: block;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  padding: 12px 28px 11px;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li.training-courses>ul>li.most-popular-courses>a, 
.mobile-menu-primary .hs-menu-wrapper>ul>li.training-courses>ul>li.popular-pages>a {
    color: unset;
    font-weight: 600;
    padding: unset;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li.training-courses>ul>li {
  border-bottom: none;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
  margin-bottom: 30px;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li.training-delivery {
  padding-top: 15px;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
  padding-left: 20px;
  padding-bottom: 2px;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li {
  padding: 2px 0;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  font-weight: 300;
  text-decoration: none;
  color: #606060;
  font-family: "Poppins";
}
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
  color: rgba(0,0,0,.85);
  text-decoration: none;
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding-top: 22px;
  padding-bottom: 22px;
}

.custom-menu-primary .hs-menu-wrapper > ul > .survey > a {
}

.scroll-header header.header {
  box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
}
@media (min-width: 767px){
  .mobile-menu-primary .hs-menu-wrapper>ul {
    max-width: 400px;
  }
  .mobile-open .mobile-menu-primary .hs-menu-wrapper>ul {
    max-width: 400px;
    box-shadow: 0 0 40px rgb(0 0 0 / 30%);
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>ul {
    max-width: 400px;
    box-shadow: 0 0 40px rgb(0 0 0 / 30%);
  }
}

@media (min-width: 768px){
.header--no-navigation header.header {
    background: #ddedfc;
}

.scroll-header .header-wrapper.header--no-navigation header.header {
    background-color: #fff;
}
.scroll-header .header-wrapper.header--no-navigation header.header {
    height: auto;
}
.header-wrapper.header--no-navigation header.header {
    height: 70px;
}
  .scroll-header header.header {
    height: auto;
  }
  .scroll-header .header-top-row {
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
  }
  .scroll-header .header-bottom-row {
    height: 60px;
  }
  header.header {
    position: fixed;
    width: 100%;
    z-index: 9;
    will-change: transform;
    transform: translateZ(0);
    transition: background-color .2s ease-out;
  }
  .header-top-row {
    opacity: 1;
    transition: height .2s ease-out,opacity .2s ease-out;
  }
  .header-bottom-row {
    opacity: 1;
    transition: height .2s ease-out,opacity .2s ease-out;
  }
  .header-logo a {
    transition: height .1s ease-out;
  }
}

@media (min-width: 992px){
  .header-top-menu {
    margin-right: 10px;
  }
  .header-search {
    margin-left: 0px;
  }
}

@media (min-width: 993px){
  .zn-res-menuwrapper,
  .mobile-menu-primary {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.capability-uplift, 
  .custom-menu-primary .hs-menu-wrapper>ul>li.agile-services, 
  .custom-menu-primary .hs-menu-wrapper>ul>li.project-management-consultants, 
  .custom-menu-primary .hs-menu-wrapper>ul>li.project-delivery {
    display: none;
  }
  .header-top-menu ul li.services,.header-top-menu ul li.training {
    display: none;
  }

}

@media (max-width: 1199px){
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-left: 3px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 992px){
  .custom-menu-primary {
    display: none;
  }
}

@media (max-width: 991px){
  .header-search {
    position: static;
    width: auto;
  }
  .header-search-container {
    position: absolute;
    right: 0;
}
  .header-top-menu ul li.training::before {
    display: none;
  }
  .header-top-menu ul li {
    display: none;
  }
  .header-top-menu ul li.training, .header-top-menu ul li.services {
    display: block;
  }
}

@media (max-width: 767px){
  .header-search {
    display: none;
  }
  .header-top-row {
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    position: relative;
  }
  .header-top-menu {
    margin-left: 13px;
    margin-right: 13px;
  }


  .header-logo a {
    background: none;
    border: none;
    padding: 0;
  }

  .header-logo .hs_cos_wrapper_type_linked_image {
    padding-top: 9px;
    padding-bottom: 11px;
    width: 100%;
    min-height: 0;
    max-height: 100px;
  }

  .header-bottom-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 4px;
    height: auto;
    position: relative;
  }
  .header-wrapper {
    height: auto;
  }
  header.header {
    background-color: #ffffff !important;
    height: auto;
  }

  .header-logo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .header-bottom-right {
    justify-content: unset;
    position: absolute;
    right: 0;
    top: 12px;
    margin-right: 13px;
  }
}


@media (max-width: 480px){
  .header-top-menu {
    margin: unset;
  }
  .header-bottom-right {
    margin: unset;
  }
}
.footer {
  padding-top: 110px;
  padding-bottom: 80px;
  border-top: 4px solid #fff;
  position: relative;
  font-size: 13px;
  line-height: 25px;
}
.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: none;
}
.footer__container {
  display: flex;
  flex-direction: column;
}
.f-row:nth-of-type(1) {
  order: 1;
}
.f-row {
  margin-left: -15px;
  margin-right: -15px;
}
.f-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.f-row:nth-of-type(2) {
  order: 3;
}
.f-row:nth-of-type(3) {
  order: 2;
  text-align: center;
}
.footer__copyright {
  font-size: 16px;
}

.footer-text p {
  font-size: 10px;
  line-height: 16px !important;
  letter-spacing: 0.23px !important;
}
.footer p {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.1px;
  letter-spacing: 0.4px;
  line-height: 34px;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 20px;
	color: #ffffff;
}

.footer-text p sup {
  top: -0.6em;
}
.footer-text,.footer-logo,.f-top-col-inner {
  margin-bottom: 10px;
}
.f-office-address p {
  font-size: 18px;
  line-height: 27px;
}
.f-office-address {
  border-bottom: 4px solid #1d1d1d;
  margin: 0 0 55px 0;
  text-align: center;
}

.f-address-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-subscribe .hs-form-field {
  font-weight: 700;
  clear: left;
  line-height: 1.4em;
  margin: 3px 5px;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  flex-basis: auto;
  margin-right: 4px;
}
.footer-subscribe form {
  color: #666;
  font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
#back-to-top {
    background-color: #2190a4;
    height: 9px;
    opacity: 0;
    position: fixed;
    right: -60px;
    width: 49px;
    z-index: 999;
    display: block;
    top: 85%;
    background-repeat: no-repeat;
    background-position: center 15px;
    font-size: 9px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    padding: 28px 0 21px;
    transition: all .2s ease-out;
    text-decoration: none;
}
#back-to-top:hover {
    opacity: 1;
}
#back-to-top::before {
    position: absolute;
    content: "\e080";
    top: 10px;
    left: 50%;
    margin-left: -6px;
    font-size: 11px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(
-90deg);
}

#back-to-top.h-hidden {
    right: 10px;
    opacity: .7;
}
.footer-subscribe .hs-input::placeholder {
    font-family: arial;
    font-size: 11px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    /* padding: 10px 0 0 10px !important; */
    position: absolute;
    color: #939393!important;
    margin-top: -11px;
    line-height: 1em;
    display: block;
    font-weight: 700;
}
.footer-subscribe .hs_submit {
  margin: 3px 0 0 5px;
  transition: all 0.2s;
  clear: left;
  line-height: 1.4em;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
}

.footer-subscribe .hs-input {
  width: 100%;
  padding: 20px 10px 5px 10px;
  border: 1px solid #000000;
  border-radius: 3px;
  font-size: 15px;
  box-sizing: border-box;
  font-weight: 400;
  color: #000;
  box-shadow: none;
  background-color: #fff;
}

.footer-subscribe label {
  display: block;
  margin: 0;
  float: none;
  text-align: left;
  line-height: 1em;
  width: auto;
  font-family: arial;
  font-size: 11px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 10px 0 0 10px;
  position: absolute;
  font-weight: 700;
}

.footer-subscribe .hs-button {
  margin: 1px 0 0 0 ;
  padding: 14px 14px 10px ;
  border: 0;
}



.footer-social-icons ul {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.1px;
  letter-spacing: 0.02em;
  line-height: 25px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  margin-top: -12px;
  margin-bottom: 30px;
  list-style: none;
  display: inline-block;
  z-index: 1;
}

.footer-social-icons ul li {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
[data-zniconfam='kl-social-icons']:before, [data-zniconfam='kl-social-icons'] {
  font-family: 'kl-social-icons' !important;
}

[data-zniconfam], [data-zniconfam]:before {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-zn_icon]:before {
  content: attr(data-zn_icon);
}

.social-icons-item:before {
  line-height: 30px;
}
.footer-social-icons ul li a {
  border-radius: 50%;
  font-size: 20px;
  line-height: 48px;
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all .2s ease-out;
  font-weight: 400;
  opacity: 1;
  text-decoration: none;
}
.footer-social-icons ul li a:hover {
  box-shadow: 0 0 6px rgb(0 0 0 / 40%);
  text-decoration: none;
}
.footer-subscribe {
  border-bottom: 4px solid #1d1d1d;
  margin-bottom: 50px;
}
.footer-subscribe .form-title {
  font-family: arial;
  font-size: 20px;
  line-height: 26px;
  min-width: 32%;
  padding-top: 12px;
  margin: 0;
  font-weight: normal;
  letter-spacing: 0;
}
.footer-subscribe .hs_cos_wrapper_type_form {
  display: flex;
  justify-content: center;

}
.footer-subscribe .widget-type-form{
  margin-bottom: 58px;
}
.f-office-address p strong {
  font-weight: 600;
  font-family: 'Poppins';
}
.footer-social-icons ul li:first-child {
  margin: 0;
}
.footer-subscribe .hs-error-msgs li {
  margin: 0 !important;
}
.footer-subscribe .hs_error_rollup {
  display: none;
}

.footer-subscribe .hs-error-msg {
  position: static !important;
}

.footer-social-icons ul li:first-child {
  margin: 0;
}


@media (min-width: 768px){
  .f-address-col{
    width: 33.33333333%;
    float: left;
  }
}

@media (min-width: 992px){
  .f-address-col{
    width: 33.33333333%;
    float: left;
  }
}

@media (max-width: 991px){
  .footer-subscribe form,  .footer-subscribe .hs_cos_wrapper_type_form {
    display: unset;
  }
  .footer-subscribe .hs-form-field {
    margin: 10px 5px;
  }
  .footer-subscribe .form-title {
    padding: 0 0 13px 10px ;
  }
}

@media (max-width: 767px){
  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

}
/* Menu and simple menu */

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