/**
 * Bootstrap overrides
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: initial;
}
/* 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;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.8rem;
}
html, body {
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #2A3D42;
  line-height: 1.5;
}
/* text size */
.text--xxxl {
  font-size: 0rem;
  line-height: 1.3;
}
h1, .text--xxl {
  font-size: 7.8rem;
  line-height: 1.3;
  margin-top: 0;
}
h2, .text--xl {
  font-size: 5.4rem;
  line-height: 1.3;
  margin-top: 0;
}
h3, .text--lg {
  font-size: 3.2rem;
  line-height: 1.3;
  margin-top: 0;
}
h4, .text--md {
  font-size: 2.4rem;
  line-height: 1.3;
  margin-top: 0;
}
h5, .text--sm {
  font-size: 1.8rem;
  margin-top: 0;
}
h1, h2, h3, h4, h5 {
  font-weight: bold;
}
small, .text--xs {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  h1, .text--xxl {
    font-size: 46px;
    line-height: 58px;
  }
  h2, .text--xl {
    font-size: 32px;
    line-height: 44px;
  }
  h3, .text--lg {
    font-size: 24px;
    line-height: 34px;
  }
  h4, .text--md {
    font-size: 20px;
    line-height: 30px;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.bg-primary {
  background-color: #61D8CD !important;
}
.color-primary {
  color: #61D8CD !important;
}
.bg-primaryLight {
  background-color: #CDFAF6 !important;
}
.color-primaryLight {
  color: #CDFAF6 !important;
}
.bg-primaryDark {
  background-color: #CDFAF6 !important;
}
.color-primaryDark {
  color: #CDFAF6 !important;
}
.bg-secondary {
  background-color: #FAE271 !important;
}
.color-secondary {
  color: #FAE271 !important;
}
.bg-secondaryLight {
  background-color: #909aa2 !important;
}
.color-secondaryLight {
  color: #909aa2 !important;
}
.bg-secondaryDark {
  background-color: #494f54 !important;
}
.color-secondaryDark {
  color: #494f54 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.color-white {
  color: #ffffff !important;
}
.bg-neutralLighter {
  background-color: #F6F7F8 !important;
}
.color-neutralLighter {
  color: #F6F7F8 !important;
}
.bg-neutralLight {
  background-color: #E9EBEE !important;
}
.color-neutralLight {
  color: #E9EBEE !important;
}
.bg-neutral {
  background-color: #ced4da !important;
}
.color-neutral {
  color: #ced4da !important;
}
.bg-neutralDark {
  background-color: #246083 !important;
}
.color-neutralDark {
  color: #246083 !important;
}
.bg-neutralDarker {
  background-color: #495057 !important;
}
.color-neutralDarker {
  color: #495057 !important;
}
.bg-black {
  background-color: #2A3D42 !important;
}
.color-black {
  color: #2A3D42 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
.color-success {
  color: #28a745 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.color-warning {
  color: #ffc107 !important;
}
.bg-error {
  background-color: #dc3545 !important;
}
.color-error {
  color: #dc3545 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
.color-info {
  color: #17a2b8 !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.d-none {
  display: none;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-table {
  display: table;
}
.d-table-row {
  display: table-row;
}
.d-table-cell {
  display: table-cell;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.align-center {
  align-items: center;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.pos-relative {
  position: relative;
}
.pos-absolute {
  position: absolute;
}
.pos-fixed {
  position: fixed;
}
.pos-top {
  top: 0;
}
.pos-right {
  right: 0;
}
.pos-bottom {
  bottom: 0;
}
.pos-left {
  left: 0;
}
.pos-v-center {
  top: 50%;
  transform: translateY(-50%);
}
.pos-h-center {
  left: 50%;
  transform: translateX(-50%);
}
.pos-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*

p  - padding
m  - margin

a  - all
t  - top
r  - right
b  - bottom
l  - left
h  - horizontal
v  - vertical

n    - none (0px)
xxxs - xxx-small (3px)
xxs  - xx-small (5px)
xs   - x-small(10px)
s    - small(15px)
m    - medium(20px)
l    - large(25px)
xl   - x-large (30px)
xxl  - xx-large (40px)
xxxl - x-large(60px )

*/
.ptn {
  padding-top: 0px;
}
.prn {
  padding-right: 0px;
}
.pbn {
  padding-bottom: 0px;
}
.pln {
  padding-left: 0px;
}
.phn {
  padding-left: 0px;
  padding-right: 0px;
}
.pvn {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pan {
  padding: 0px;
}
.ptxxxs {
  padding-top: 3pxpx;
}
.prxxxs {
  padding-right: 3pxpx;
}
.pbxxxs {
  padding-bottom: 3pxpx;
}
.plxxxs {
  padding-left: 3pxpx;
}
.phxxxs {
  padding-left: 3pxpx;
  padding-right: 3pxpx;
}
.pvxxxs {
  padding-top: 3pxpx;
  padding-bottom: 3pxpx;
}
.paxxxs {
  padding: 3pxpx;
}
.ptxxs {
  padding-top: 5pxpx;
}
.prxxs {
  padding-right: 5pxpx;
}
.pbxxs {
  padding-bottom: 5pxpx;
}
.plxxs {
  padding-left: 5pxpx;
}
.phxxs {
  padding-left: 5pxpx;
  padding-right: 5pxpx;
}
.pvxxs {
  padding-top: 5pxpx;
  padding-bottom: 5pxpx;
}
.paxxs {
  padding: 5pxpx;
}
.ptxs {
  padding-top: 10pxpx;
}
.prxs {
  padding-right: 10pxpx;
}
.pbxs {
  padding-bottom: 10pxpx;
}
.plxs {
  padding-left: 10pxpx;
}
.phxs {
  padding-left: 10pxpx;
  padding-right: 10pxpx;
}
.pvxs {
  padding-top: 10pxpx;
  padding-bottom: 10pxpx;
}
.paxs {
  padding: 10pxpx;
}
.pts {
  padding-top: 15pxpx;
}
.prs {
  padding-right: 15pxpx;
}
.pbs {
  padding-bottom: 15pxpx;
}
.pls {
  padding-left: 15pxpx;
}
.phs {
  padding-left: 15pxpx;
  padding-right: 15pxpx;
}
.pvs {
  padding-top: 15pxpx;
  padding-bottom: 15pxpx;
}
.pas {
  padding: 15pxpx;
}
.ptm {
  padding-top: 20pxpx;
}
.prm {
  padding-right: 20pxpx;
}
.pbm {
  padding-bottom: 20pxpx;
}
.plm {
  padding-left: 20pxpx;
}
.phm {
  padding-left: 20pxpx;
  padding-right: 20pxpx;
}
.pvm {
  padding-top: 20pxpx;
  padding-bottom: 20pxpx;
}
.pam {
  padding: 20pxpx;
}
.ptl {
  padding-top: 25pxpx;
}
.prl {
  padding-right: 25pxpx;
}
.pbl {
  padding-bottom: 25pxpx;
}
.pll {
  padding-left: 25pxpx;
}
.phl {
  padding-left: 25pxpx;
  padding-right: 25pxpx;
}
.pvl {
  padding-top: 25pxpx;
  padding-bottom: 25pxpx;
}
.pal {
  padding: 25pxpx;
}
.ptxl {
  padding-top: 30pxpx;
}
.prxl {
  padding-right: 30pxpx;
}
.pbxl {
  padding-bottom: 30pxpx;
}
.plxl {
  padding-left: 30pxpx;
}
.phxl {
  padding-left: 30pxpx;
  padding-right: 30pxpx;
}
.pvxl {
  padding-top: 30pxpx;
  padding-bottom: 30pxpx;
}
.paxl {
  padding: 30pxpx;
}
.ptxxl {
  padding-top: 40pxpx;
}
.prxxl {
  padding-right: 40pxpx;
}
.pbxxl {
  padding-bottom: 40pxpx;
}
.plxxl {
  padding-left: 40pxpx;
}
.phxxl {
  padding-left: 40pxpx;
  padding-right: 40pxpx;
}
.pvxxl {
  padding-top: 40pxpx;
  padding-bottom: 40pxpx;
}
.paxxl {
  padding: 40pxpx;
}
.ptxxxl {
  padding-top: 60pxpx;
}
.prxxxl {
  padding-right: 60pxpx;
}
.pbxxxl {
  padding-bottom: 60pxpx;
}
.plxxxl {
  padding-left: 60pxpx;
}
.phxxxl {
  padding-left: 60pxpx;
  padding-right: 60pxpx;
}
.pvxxxl {
  padding-top: 60pxpx;
  padding-bottom: 60pxpx;
}
.paxxxl {
  padding: 60pxpx;
}
.mtn {
  margin-top: 0px;
}
.mrn {
  margin-right: 0px;
}
.mbn {
  margin-bottom: 0px;
}
.mln {
  margin-left: 0px;
}
.mhn {
  margin-left: 0px;
  margin-right: 0px;
}
.mvn {
  margin-top: 0px;
  margin-bottom: 0px;
}
.man {
  margin: 0px;
}
.mtxxxs {
  margin-top: 3pxpx;
}
.mrxxxs {
  margin-right: 3pxpx;
}
.mbxxxs {
  margin-bottom: 3pxpx;
}
.mlxxxs {
  margin-left: 3pxpx;
}
.mhxxxs {
  margin-left: 3pxpx;
  margin-right: 3pxpx;
}
.mvxxxs {
  margin-top: 3pxpx;
  margin-bottom: 3pxpx;
}
.maxxxs {
  margin: 3pxpx;
}
.mtxxs {
  margin-top: 5pxpx;
}
.mrxxs {
  margin-right: 5pxpx;
}
.mbxxs {
  margin-bottom: 5pxpx;
}
.mlxxs {
  margin-left: 5pxpx;
}
.mhxxs {
  margin-left: 5pxpx;
  margin-right: 5pxpx;
}
.mvxxs {
  margin-top: 5pxpx;
  margin-bottom: 5pxpx;
}
.maxxs {
  margin: 5pxpx;
}
.mtxs {
  margin-top: 10pxpx;
}
.mrxs {
  margin-right: 10pxpx;
}
.mbxs {
  margin-bottom: 10pxpx;
}
.mlxs {
  margin-left: 10pxpx;
}
.mhxs {
  margin-left: 10pxpx;
  margin-right: 10pxpx;
}
.mvxs {
  margin-top: 10pxpx;
  margin-bottom: 10pxpx;
}
.maxs {
  margin: 10pxpx;
}
.mts {
  margin-top: 15pxpx;
}
.mrs {
  margin-right: 15pxpx;
}
.mbs {
  margin-bottom: 15pxpx;
}
.mls {
  margin-left: 15pxpx;
}
.mhs {
  margin-left: 15pxpx;
  margin-right: 15pxpx;
}
.mvs {
  margin-top: 15pxpx;
  margin-bottom: 15pxpx;
}
.mas {
  margin: 15pxpx;
}
.mtm {
  margin-top: 20pxpx;
}
.mrm {
  margin-right: 20pxpx;
}
.mbm {
  margin-bottom: 20pxpx;
}
.mlm {
  margin-left: 20pxpx;
}
.mhm {
  margin-left: 20pxpx;
  margin-right: 20pxpx;
}
.mvm {
  margin-top: 20pxpx;
  margin-bottom: 20pxpx;
}
.mam {
  margin: 20pxpx;
}
.mtl {
  margin-top: 25pxpx;
}
.mrl {
  margin-right: 25pxpx;
}
.mbl {
  margin-bottom: 25pxpx;
}
.mll {
  margin-left: 25pxpx;
}
.mhl {
  margin-left: 25pxpx;
  margin-right: 25pxpx;
}
.mvl {
  margin-top: 25pxpx;
  margin-bottom: 25pxpx;
}
.mal {
  margin: 25pxpx;
}
.mtxl {
  margin-top: 30pxpx;
}
.mrxl {
  margin-right: 30pxpx;
}
.mbxl {
  margin-bottom: 30pxpx;
}
.mlxl {
  margin-left: 30pxpx;
}
.mhxl {
  margin-left: 30pxpx;
  margin-right: 30pxpx;
}
.mvxl {
  margin-top: 30pxpx;
  margin-bottom: 30pxpx;
}
.maxl {
  margin: 30pxpx;
}
.mtxxl {
  margin-top: 40pxpx;
}
.mrxxl {
  margin-right: 40pxpx;
}
.mbxxl {
  margin-bottom: 40pxpx;
}
.mlxxl {
  margin-left: 40pxpx;
}
.mhxxl {
  margin-left: 40pxpx;
  margin-right: 40pxpx;
}
.mvxxl {
  margin-top: 40pxpx;
  margin-bottom: 40pxpx;
}
.maxxl {
  margin: 40pxpx;
}
.mtxxxl {
  margin-top: 60pxpx;
}
.mrxxxl {
  margin-right: 60pxpx;
}
.mbxxxl {
  margin-bottom: 60pxpx;
}
.mlxxxl {
  margin-left: 60pxpx;
}
.mhxxxl {
  margin-left: 60pxpx;
  margin-right: 60pxpx;
}
.mvxxxl {
  margin-top: 60pxpx;
  margin-bottom: 60pxpx;
}
.maxxxl {
  margin: 60pxpx;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 100 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-heavy {
  font-weight: 900 !important;
}
.font-italic {
  font-style: italic !important;
}
.font-monospace {
  font-family: monospace !important;
}
.ntd {
  text-decoration: none !important;
}
.text-underline {
  text-decoration: underline !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Insights page */
.insight-featured {
  padding: 100px 0;
}
.insight-featured > .container {
  position: relative;
}
.insight-featured > .container svg {
  position: absolute;
  right: 0;
  bottom: -80px;
}
.insight-featured .img-col a {
  display: block;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.insight-featured .img-col a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.insight-featured img {
  width: 100%;
  height: auto;
}
.insight-featured .content-col a {
  color: #2A3D42;
  text-decoration: none;
}
.post-author {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.post-author img {
  height: 35px;
  width: 35px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}
.insight-filters {
  padding-top: 44px;
  padding-bottom: 40px;
  background: #F6F7F8;
}
.insight-filters .category-selector-wrap .category-selector {
  margin-right: 36px;
  color: #2A3D42;
  cursor: pointer;
}
.insight-filters .category-selector-wrap .category-selector.active {
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 767px) {
  .insight-filters .category-selector-wrap .category-selector {
    display: block;
  }
}
.insight-filters .category-selector-wrap.mobile-active {
  display: block !important;
  text-align: left;
  margin-bottom: 20px;
}
.insight-filters #mobile-category-selector {
  cursor: pointer;
  font-weight: bold;
  text-align: left;
  display: block;
  margin-right: 36px;
  margin-bottom: 10px;
  padding-top: 40px;
}
.insight-filters #mobile-arrow svg {
  transition: all 0.2s;
}
.insight-filters #mobile-arrow.mobile-active svg {
  transform: rotate(180deg);
  margin-bottom: -3px;
}
.insight-list {
  padding: 100px 0;
}
.insight-list a:-webkit-any-link, .insight-list a {
  text-decoration: none;
}
.insight-list .single-insight {
  padding-top: 12px;
  margin-bottom: 90px;
  color: #2a3d42 !important;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .insight-list .single-insight {
    margin-bottom: 50px;
  }
}
.insight-list .single-insight .img-wrap {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 30px;
}
.insight-list .single-insight .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insight-list .single-insight h4 {
  margin-bottom: 13px;
}
.insight-list .single-insight p {
  margin-bottom: 30px;
}
.insight-list .single-insight u {
  text-decoration: underline;
}
.insight-list.publications {
  background: #F6F7F8;
}
.insight-list.publications a {
  margin-top: 0px;
}
.insight-list .hide {
  display: none;
}
/* Insight single blog page */
.insight-single .page-hero {
  background-color: #CDFAF6;
  padding-top: 115px;
  padding-bottom: 80px;
}
.insight-single .page-hero .link-back {
  text-decoration: none;
  color: inherit;
  -webkit-appearance: none;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.insight-single .page-hero .link-back svg {
  transform: rotate(180deg);
}
.insight-single .page-hero .link-back:hover {
  margin-left: -15px;
}
.insight-single .page-hero h3 {
  margin-top: 55px;
}
.insight-single .insight-single-content {
  padding: 100px 0;
}
.insight-single .insight-single-content .insight-meta img.avatar {
  width: 100%;
  height: auto;
}
.insight-single .insight-single-content .insight-meta .author {
  margin-top: 20px;
}
.insight-single .insight-single-content .insight-meta .coauthors {
  margin-top: 32px;
}
.insight-single .insight-single-content .insight-meta .coauthors b {
  display: block;
  margin-bottom: 10px;
}
.insight-single .insight-single-content .col-content > *:first-child {
  margin-top: 0;
}
.insight-single .insight-single-content .col-content img {
  width: 100%;
  height: auto;
}
.insight-single .insight-single-content .col-content figure {
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .insight-single .insight-single-content .insight-meta {
    padding-left: 50px;
    position: relative;
    margin-bottom: 30px;
  }
  .insight-single .insight-single-content .insight-meta .avatar {
    height: 35px !important;
    width: 35px !important;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
    position: absolute;
    left: 0;
  }
  .insight-single .insight-single-content .insight-meta .author {
    margin-top: 10px;
  }
  .insight-single .insight-single-content .insight-meta .author-description {
    margin-bottom: 0px;
  }
  .insight-single .insight-single-content .insight-meta .coauthors {
    margin-top: 16px;
  }
  .insight-single .insight-single-content .insight-meta .coauthors b {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 0;
  }
}
/* Recent Insights */
.recent-insights a:-webkit-any-link, .recent-insights a {
  text-decoration: none;
}
.recent-insights .single-insight {
  padding-top: 12px;
  margin-bottom: 90px;
  color: #2a3d42 !important;
  text-decoration: none;
}
.recent-insights .single-insight .img-wrap {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 30px;
}
.recent-insights .single-insight .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-insights .single-insight h4 {
  margin-bottom: 10px;
}
.recent-insights .single-insight p {
  margin-top: 0;
}
.recent-insights .single-insight u {
  text-decoration: underline;
}
.recent-insights .single-insight h4, .recent-insights .single-insight p, .recent-insights .single-insight .post-author {
  color: #2a3d42 !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .insights-hero {
    padding-top: 80px !important;
    padding-bottom: 55px !important;
  }
  .insights-hero .main > div {
    padding-top: 0;
  }
  .insight-featured {
    padding-top: 0;
  }
  .insight-featured .img-col img {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    transform: translate(-50%);
    left: 50%;
  }
}
html, body {
  overflow-x: hidden;
}
html.no-scroll {
  overflow-y: hidden;
}
body {
  padding-top: 100px;
}
img {
  height: auto;
  max-width: 100%;
  flex-shrink: 0;
}
b, strong {
  font-weight: bold !important;
}
a {
  text-decoration: none;
}
h2 {
  margin-bottom: 20px;
}
.skip-link.screen-reader-text {
  height: 0;
  width: 0;
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 992px) {
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.txt-c {
  text-align: center !important;
}
.btn, .job_apply {
  height: 50px;
  background-color: #FAE271;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #2A3D42;
  padding: 0 30px;
  font-weight: bold;
  cursor: pointer;
  outline: 0;
}
.btn.bg-transparent, .job_apply.bg-transparent {
  background-color: transparent;
  border: 2px solid #FAE271;
  transition: all 0.3s ease-in-out;
  padding: 0 50px;
  margin: auto;
  display: flex;
}
.btn.bg-transparent:hover, .job_apply.bg-transparent:hover {
  background-color: #FAE271;
}
.btn.bg-transparent.inline, .job_apply.bg-transparent.inline {
  display: inline-flex;
}
.kx-subheading {
  font-weight: normal;
  letter-spacing: 1.2px;
  font-size: 15px;
}
@media screen and (max-width: 992px) {
  .kx-subheading {
    font-size: 14.5px;
  }
}
.top-accent {
  position: relative;
}
.top-accent:before, .top-accent:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
}
.top-accent:after {
  width: 74px;
  height: 120px;
  background-color: #246083;
  top: 0;
}
.top-accent:before {
  width: 597px;
  height: 120px;
  background-color: #cdfaf6;
  top: -60px;
}
.ntd {
  text-decoration: none !important;
}
.kx-anchor {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  top: -200px;
}
.kx-anchor + br {
  display: none;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#kx-loader {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #61D8CD;
  visibility: visible;
  transition: height 0.7s ease-in-out 1.2s;
}
#kx-loader .kx-icon {
  position: absolute;
  transform: rotate(45deg);
  transition: transform 0.7s ease-in-out 0.5s, opacity 0.7s ease-in-out 1.9s, visibility 0s linear 2.6s;
  max-width: 50%;
  width: 230px;
  text-align: right;
  height: auto;
  z-index: 1;
  bottom: 22px;
  right: 30px;
  opacity: 1;
}
#kx-loader .kx-icon svg {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #kx-loader .kx-icon {
    right: calc(5vw + 15px);
  }
}
@media screen and (max-width: 575px) {
  #kx-loader .kx-icon {
    right: 15px;
    width: calc(50vw - 55px);
  }
}
#kx-loader.dont-show {
  display: none;
}
#kx-loader.hide {
  height: 0;
}
#kx-loader.hide .kx-icon {
  transform: rotate(90deg);
  opacity: 0;
  visibility: hidden;
}
#kx-modal {
  position: fixed;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: none;
}
#kx-modal .modal-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
#kx-modal .modal {
  background: white;
  padding: 15px;
  position: relative;
  width: 840px;
  max-width: 90vw;
}
#kx-modal .modal .modal-exit {
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  outline: 0;
}
#kx-modal .modal .image {
  padding: 15px;
  float: left;
}
#kx-modal .modal .image img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  #kx-modal .modal .image img {
    display: none;
  }
}
#kx-modal .modal .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 15px;
  height: 100%;
  padding-top: 40px;
}
#kx-modal .modal .content p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #kx-modal .modal-wrap {
    overflow-y: scroll;
    padding: 50px 0;
    align-items: flex-start;
  }
  #kx-modal .modal-wrap .image {
    float: none;
    text-align: center;
  }
  #kx-modal .modal-wrap .content {
    padding-bottom: 40px;
  }
}
.page-hero > .container, .page-hero > .container-fluid {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-hero .main {
  flex-grow: 1;
}
.page-hero .main small {
  color: #246083;
  text-transform: uppercase;
}
.page-hero .award-wrap {
  display: flex;
  align-items: center;
}
.page-hero .award-wrap img {
  width: 75px;
  height: auto;
  margin-right: 30px;
}
.page-hero.background-image {
  height: 640px;
  background-size: cover;
  background-position-y: 55%;
  background-position-x: 75%;
}
.page-hero.background-image.home-hero {
  min-height: calc(100vh - 100px);
  height: calc(100vh - 100px);
}
.page-hero.background-image.home-hero .main > div {
  padding-top: 6vh;
}
.page-hero.background-image .main small {
  color: #FAE271;
}
.page-hero.background-image.medical-devices-hero, .page-hero.background-image.diagnostic-life-sciences-hero, .page-hero.background-image.home-hero {
  background-position-y: 70%;
}
.cta-section.left .content {
  order: 1;
}
.cta-section.left .image {
  order: 2;
}
.cta-section.right .content {
  order: 2;
}
.cta-section.right .image {
  order: 1;
}
.cta-section .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-section .cta {
  margin-top: 12px;
}
.cta-section.img-bottom .image {
  align-items: flex-end;
  margin-bottom: -40px;
}
.cta-section.img-bottom .image img {
  height: 100%;
}
.cta-section h3 {
  margin-bottom: 0;
}
.lists-section h3, .capabilities h3, .locations h3 {
  margin-bottom: 32px;
}
.lists-section h3.full-block, .capabilities h3.full-block, .locations h3.full-block {
  max-width: 50%;
}
@media screen and (max-width: 992px) {
  .lists-section h3.full-block, .capabilities h3.full-block, .locations h3.full-block {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .lists-section h3.full-block, .capabilities h3.full-block, .locations h3.full-block {
    max-width: 100%;
  }
}
.lists-section .list, .capabilities .list, .locations .list {
  padding: 0;
  list-style: none;
  margin-top: 0;
}
.lists-section .list-item, .lists-section .case-study-link, .lists-section .address, .capabilities .list-item, .capabilities .case-study-link, .capabilities .address, .locations .list-item, .locations .case-study-link, .locations .address {
  position: relative;
  padding-top: 10px;
}
.lists-section .list-item:before, .lists-section .case-study-link:before, .lists-section .address:before, .capabilities .list-item:before, .capabilities .case-study-link:before, .capabilities .address:before, .locations .list-item:before, .locations .case-study-link:before, .locations .address:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2A3D42;
  transition: height 0.2s;
}
.lists-section .list-item .list-arrow, .lists-section .case-study-link .list-arrow, .lists-section .address .list-arrow, .capabilities .list-item .list-arrow, .capabilities .case-study-link .list-arrow, .capabilities .address .list-arrow, .locations .list-item .list-arrow, .locations .case-study-link .list-arrow, .locations .address .list-arrow {
  margin-right: 15px;
  transition: all 0.2s ease-in-out;
}
.lists-section .list-item.item-has-link:hover:before, .lists-section .case-study-link.item-has-link:hover:before, .lists-section .address.item-has-link:hover:before, .capabilities .list-item.item-has-link:hover:before, .capabilities .case-study-link.item-has-link:hover:before, .capabilities .address.item-has-link:hover:before, .locations .list-item.item-has-link:hover:before, .locations .case-study-link.item-has-link:hover:before, .locations .address.item-has-link:hover:before {
  height: 3px;
}
.lists-section .list-item.item-has-link:hover a span:first-of-type:before, .lists-section .case-study-link.item-has-link:hover a span:first-of-type:before, .lists-section .address.item-has-link:hover a span:first-of-type:before, .capabilities .list-item.item-has-link:hover a span:first-of-type:before, .capabilities .case-study-link.item-has-link:hover a span:first-of-type:before, .capabilities .address.item-has-link:hover a span:first-of-type:before, .locations .list-item.item-has-link:hover a span:first-of-type:before, .locations .case-study-link.item-has-link:hover a span:first-of-type:before, .locations .address.item-has-link:hover a span:first-of-type:before {
  width: 100%;
}
.lists-section .list-item.item-has-link:hover .list-arrow, .lists-section .case-study-link.item-has-link:hover .list-arrow, .lists-section .address.item-has-link:hover .list-arrow, .capabilities .list-item.item-has-link:hover .list-arrow, .capabilities .case-study-link.item-has-link:hover .list-arrow, .capabilities .address.item-has-link:hover .list-arrow, .locations .list-item.item-has-link:hover .list-arrow, .locations .case-study-link.item-has-link:hover .list-arrow, .locations .address.item-has-link:hover .list-arrow {
  margin-right: 0;
}
.lists-section .list-item:not(.item-has-link), .lists-section .case-study-link:not(.item-has-link), .lists-section .address:not(.item-has-link), .capabilities .list-item:not(.item-has-link), .capabilities .case-study-link:not(.item-has-link), .capabilities .address:not(.item-has-link), .locations .list-item:not(.item-has-link), .locations .case-study-link:not(.item-has-link), .locations .address:not(.item-has-link) {
  padding-bottom: 30px;
}
.lists-section .list-item a, .lists-section .case-study-link a, .lists-section .address a, .capabilities .list-item a, .capabilities .case-study-link a, .capabilities .address a, .locations .list-item a, .locations .case-study-link a, .locations .address a {
  color: #2A3D42;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.lists-section .list-item a span:first-of-type, .lists-section .case-study-link a span:first-of-type, .lists-section .address a span:first-of-type, .capabilities .list-item a span:first-of-type, .capabilities .case-study-link a span:first-of-type, .capabilities .address a span:first-of-type, .locations .list-item a span:first-of-type, .locations .case-study-link a span:first-of-type, .locations .address a span:first-of-type {
  position: relative;
  margin-right: 15px;
}
.lists-section .list-item a span:first-of-type:before, .lists-section .case-study-link a span:first-of-type:before, .lists-section .address a span:first-of-type:before, .capabilities .list-item a span:first-of-type:before, .capabilities .case-study-link a span:first-of-type:before, .capabilities .address a span:first-of-type:before, .locations .list-item a span:first-of-type:before, .locations .case-study-link a span:first-of-type:before, .locations .address a span:first-of-type:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #2a3d42;
  transition: width 0.2s ease-in-out;
}
#grnhse_app {
  display: none;
}
.single-sectors .lists-section h3 {
  font-size: 2.4rem;
  line-height: 1.3;
}
.team-members-section h2 {
  margin-bottom: 0;
}
.team-members-section .team-member.row {
  background: white;
  margin-top: 125px;
  position: relative;
}
.team-members-section .team-member.row:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 100%;
  background: white;
}
.team-members-section .team-member.row .img-wrap img {
  width: 100%;
  margin-top: -50px;
  padding: 0 0 20px 10px;
}
.team-members-section .team-member.row .content-wrap {
  padding-right: 10%;
  padding-bottom: 50px;
}
.team-members-section .team-member.row .content-wrap h3 {
  margin-top: 100px;
  margin-bottom: 0px;
}
.team-members-section .team-member.row.left:before {
  left: unset;
  right: 100%;
}
.team-members-section .team-member.row.left .img-wrap {
  order: 2;
}
.team-members-section .team-member.row.left .img-wrap img {
  padding: 0 10px 20px 0px;
}
.team-members-section .team-member.row svg {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 20px;
  max-width: 50%;
  height: auto;
}
.accordion-section .row + .row, .all_jobs .row + .row {
  margin-top: 100px;
}
.accordion-section .section-description, .all_jobs .section-description {
  column-count: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .accordion-section .section-description, .all_jobs .section-description {
    column-count: 1;
  }
}
.accordion-section .heading, .accordion-section .job, .all_jobs .heading, .all_jobs .job {
  border-top: 1px solid #2A3D42;
  padding-top: 10px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion-section .heading h2, .accordion-section .job h2, .all_jobs .heading h2, .all_jobs .job h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.accordion-section .heading h4, .accordion-section .heading h2, .accordion-section .job h4, .accordion-section .job h2, .all_jobs .heading h4, .all_jobs .heading h2, .all_jobs .job h4, .all_jobs .job h2 {
  margin: 0;
  font-weight: normal;
}
.accordion-section .heading span, .accordion-section .job span, .all_jobs .heading span, .all_jobs .job span {
  transition: all 0.4s ease-in-out;
  margin-right: 10px;
}
.accordion-section .job, .all_jobs .job {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.accordion-section .accordion-item:last-of-type, .accordion-section .job:last-of-type, .all_jobs .accordion-item:last-of-type, .all_jobs .job:last-of-type {
  border-bottom: 1px solid #2A3D42;
}
.accordion-section .content, .accordion-section .job .job_description, .accordion-section .job p:last-of-type, .all_jobs .content, .all_jobs .job .job_description, .all_jobs .job p:last-of-type {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.accordion-section .content .content-inner, .accordion-section .job .job_description .content-inner, .accordion-section .job p:last-of-type .content-inner, .all_jobs .content .content-inner, .all_jobs .job .job_description .content-inner, .all_jobs .job p:last-of-type .content-inner {
  padding-bottom: 30px;
}
.accordion-section .content .content-inner > *:first-child, .accordion-section .job .job_description .content-inner > *:first-child, .accordion-section .job p:last-of-type .content-inner > *:first-child, .all_jobs .content .content-inner > *:first-child, .all_jobs .job .job_description .content-inner > *:first-child, .all_jobs .job p:last-of-type .content-inner > *:first-child {
  margin-top: 0;
}
.accordion-section .accordion-item.toggled .heading span, .accordion-section .job.toggled .job_title span, .all_jobs .accordion-item.toggled .heading span, .all_jobs .job.toggled .job_title span {
  transform: rotate(180deg);
}
.accordion-section .job_read_full, .all_jobs .job_read_full {
  position: absolute;
  top: 0;
  width: 100%;
  height: 72px;
  color: transparent;
}
.accordion-section .job .job_description, .all_jobs .job .job_description {
  max-height: 35px;
}
.accordion-section .job .job_description .display_office, .all_jobs .job .job_description .display_office {
  margin-top: 10px;
}
.accordion-section .job .job_description .display_office .office_label, .all_jobs .job .job_description .display_office .office_label {
  display: none;
}
.accordion-section .job_apply, .all_jobs .job_apply {
  margin-top: 20px;
}
.accordion-section p, .all_jobs p {
  margin: 0;
}
.capabilities .capability-heading {
  height: 648px;
  margin-top: 20vh;
  margin-bottom: 10vh;
  position: relative;
}
.capabilities .capability-heading .capability-bg {
  background: #F6F7F8;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.capabilities .capability-heading .capability-bg .left-overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  bottom: 0;
  background: #F6F7F8;
}
.capabilities .capability-heading .capability-bg svg {
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 3192px;
}
.capabilities .capability-heading .capability-bg svg .cls-1 {
  fill: #F6F7F8;
}
.capabilities .capability-heading .capability-bg svg .cls-2 {
  fill: #E9EBEE;
}
.capabilities .capability-heading .capability-bg svg .cls-3 {
  fill: #CDFAF6;
}
.capabilities .capability-heading .capability-bg svg polygon.cls-3, .capabilities .capability-heading .capability-bg svg polygon.cls-4, .capabilities .capability-heading .capability-bg svg polygon.cls-5 {
  fill: #E9EBEE;
  transform: rotate(45deg);
  transform-box: fill-box;
  transform-origin: center;
  transition: all 0.6s ease-in-out 0.2s;
}
.capabilities .capability-heading .capability-bg.in-view svg polygon.cls-3 {
  fill: #CDFAF6;
  transform: rotate(0deg);
}
.capabilities .capability-heading .capability-bg.in-view svg polygon.cls-4 {
  fill: #61D8CD;
  transform: rotate(0deg);
}
.capabilities .capability-heading .capability-bg.in-view svg polygon.cls-5 {
  fill: #246083;
  transform: rotate(0deg);
}
.capabilities .capability-heading div:last-of-type {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .capabilities .capability-heading {
    height: auto;
    margin-bottom: 0;
  }
  .capabilities .capability-heading .capability-bg {
    min-width: 100vw;
    height: 411.42857px;
    position: relative;
  }
}
.capabilities .capability-heading h2 {
  z-index: 2;
}
.capabilities .case-study-link-wrap {
  margin-top: 70px;
}
.capabilities .case-study-link-wrap .case-study-link {
  margin-top: 20px;
}
.capabilities .capability-content h3 {
  margin-bottom: 15px;
  margin-top: 50px;
}
.side-nav ul {
  padding: 0;
  list-style: none;
  position: relative;
  top: unset;
  bottom: unset;
  margin-top: 25px;
}
.side-nav ul li {
  line-height: 20px;
  margin-bottom: 10px;
}
.side-nav ul li a {
  font-size: 14px;
  color: #E9EBEE;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.side-nav ul li a.active {
  color: #2A3D42;
  text-decoration: underline;
}
.side-nav ul li a:hover {
  color: #2A3D42;
}
.side-nav ul.sticky {
  position: fixed;
  top: 100px;
  bottom: unset;
}
.side-nav ul.sticky-bottom {
  position: absolute;
  top: unset;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .side-nav {
    display: none;
  }
}
.locations .address {
  margin-bottom: 50px;
}
.locations .address .phone {
  margin-top: 20px;
  text-decoration: none;
  color: #2A3D42;
}
.locations .address .phone, .locations .address .email {
  font-weight: bold;
}
.locations .address:hover {
  cursor: pointer;
  text-decoration: underline;
}
.locations .address.active {
  text-decoration: underline;
}
.locations #kx-map {
  width: 100%;
  height: 400px;
  background-color: grey;
}
.locations .kx-map-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .locations #kx-map {
    display: none;
  }
  .locations .kx-map-mobile {
    display: block;
    height: 250px;
    width: 100%;
    margin-top: 40px;
  }
  .locations .address:hover {
    cursor: inherit;
    text-decoration: none;
  }
  .locations .address.active {
    text-decoration: none;
  }
}
.testimonials {
  position: relative;
}
.testimonials .quote-wrap {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.testimonials .quote-wrap.active {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.8s;
}
.testimonials div.quote-wrap:nth-of-type(n + 3) {
  position: absolute;
  top: 0;
  max-width: 100%;
}
.testimonials div.quote-wrap:nth-of-type(2) {
  position: relative !important;
  top: unset;
}
.testimonials .quote {
  color: #246083;
}
.testimonials .quotee {
  font-weight: bold;
  color: #246083;
}
.testimonials .quotation-mark {
  position: absolute;
  top: 0;
}
.page-id-244 div.wpforms-container-full {
  margin-top: 70px;
}
.page-id-244 div.wpforms-container-full .wpforms-form .wpforms-field-container {
  column-count: 2;
  margin-left: -15px;
  margin-right: -15px;
}
.page-id-244 div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field {
  width: 100%;
  padding: 10px 15px;
}
.page-id-244 div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label {
  font-weight: normal;
}
.page-id-244 div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label .wpforms-required-label {
  color: #2A3D42;
}
.page-id-244 div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-large, .page-id-244 div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field textarea {
  height: 55px;
  border-radius: 2px;
  border: solid 1px #cacdd2;
  background-color: rgba(255, 255, 255, 0.6);
  line-height: 55px;
}
.page-id-244 div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field textarea {
  line-height: 1.3;
  height: 143px;
}
.page-id-244 div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-image: url(https://kxadvisors.com/wp-content/uploads/2019/10/down-arrow.svg) !important;
  padding: 0.5em;
  padding-right: 1.5em;
  line-height: 1.3 !important;
}
.page-id-244 div.wpforms-container-full .wpforms-form #wpforms-427-field_6-container {
  position: relative;
}
.page-id-244 div.wpforms-container-full .wpforms-form #wpforms-427-field_6-container label:before, .page-id-244 div.wpforms-container-full .wpforms-form #wpforms-427-field_6-container label:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 10px;
  background: #2A3D42;
  top: 60px;
}
.page-id-244 div.wpforms-container-full .wpforms-form #wpforms-427-field_6-container label:before {
  right: 35px;
  transform: rotate(45deg);
}
.page-id-244 div.wpforms-container-full .wpforms-form #wpforms-427-field_6-container label:after {
  right: 29px;
  transform: rotate(-45deg);
}
.page-id-244 div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  text-align: right;
}
.page-id-244 div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit] {
  height: 50px;
  background-color: #FAE271;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #2A3D42;
  padding: 0 30px;
  font-weight: bold;
  border: 0;
  margin-top: 10px;
}
.page-id-244 div.wpforms-container-full #wpforms-589-field_10-container {
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .page-id-244 div.wpforms-container-full #wpforms-589-field_10-container {
    margin-bottom: 0;
  }
}
.page-id-244 .wpforms-confirmation-container-full {
  background-color: #61D8CD;
  border: 0;
}
.page-id-244 footer.site-footer {
  background: #ffffff;
}
.page-id-244 footer.site-footer .container {
  height: auto;
  min-height: 0;
}
.page-id-244 footer.site-footer .footer-cta, .page-id-244 footer.site-footer .footer-info, .page-id-244 footer.site-footer .kx-icon {
  display: none !important;
}
header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100vw;
  background: white;
  z-index: 1000;
  margin-top: 0;
  transition: margin-top 0.3s ease-in-out;
}
header.site-header .sub-menu-bg {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  background: white;
  height: 100vh;
  width: 200vw;
  transform: translateX(-50%);
  border-top: #F6F7F8 1px solid;
  max-height: 0;
  opacity: 1;
  transition: max-height 0.4s ease-in-out 0.2s, opacity 0.4s ease-in-out;
}
header.site-header .sub-menu-bg.hovered {
  opacity: 1;
  transition: opacity 0.4s ease-in-out, max-height 0.4s ease-in-out;
}
header.site-header nav.site-navigation.main-navigation, header.site-header .menu-main-menu-container, header.site-header #menu-main-menu {
  height: 100%;
}
header.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  z-index: 2;
  position: relative;
  background: white;
}
header.site-header .site-branding svg {
  height: 70px;
  margin-top: 10px;
}
header.site-header #menu-main-menu {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
}
header.site-header #menu-main-menu > li {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
header.site-header #menu-main-menu > li a {
  color: #2A3D42;
  text-decoration: none;
}
header.site-header #menu-main-menu > li a:hover {
  text-decoration: underline !important;
}
header.site-header #menu-main-menu > li a[href="https://kxadvisors.com/category/sector/"] {
  text-decoration: none !important;
}
header.site-header #menu-main-menu > li .sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100px;
  list-style: none;
  padding: 30px 0px 0px;
  transition: opacity 0.4s ease-in-out, visibility 0s linear 0.4s;
  left: 20px;
  width: auto;
  white-space: nowrap;
}
header.site-header #menu-main-menu > li .sub-menu li {
  opacity: 0;
  transition: opacity 0.4s ease-in-out, visibility 0s linear 0.4s;
}
header.site-header #menu-main-menu > li .sub-menu li + li {
  margin-top: 15px;
}
header.site-header #menu-main-menu > li .sub-menu.hovered {
  visibility: visible;
  transition: opacity 0.4s ease-in-out 0.2s, visibility 0s linear;
}
header.site-header #menu-main-menu > li .sub-menu.hovered li {
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0.2s, visibility 0s linear;
}
header.site-header #menu-main-menu > li:last-of-type a {
  background: #FAE271;
  font-weight: bold;
  padding: 8.5px 25px;
}
header.site-header #menu-main-menu .header-accent-1, header.site-header #menu-main-menu .header-accent-2 {
  display: none;
}
header.site-header .mobile-menu-icon {
  display: none;
}
header.site-header .sub-menu-arrow, header.site-header .sub-menu-heading {
  display: none;
}
header.site-header .menu-pattern-wrap svg {
  position: absolute;
  top: 50px;
  height: 120px;
  right: 100%;
  padding-right: 70px;
}
header.site-header .menu-pattern-wrap svg polygon {
  fill: #E9EBEE;
  transform-box: fill-box;
  transform-origin: center;
  transition: all 0.6s ease-in-out 0.2s;
}
@media screen and (max-width: 991px) {
  header.site-header.hide {
    margin-top: -100px;
  }
  header.site-header .mobile-menu-icon {
    display: block;
    border: 0;
    -webkit-appearance: none;
    width: 46px;
    height: 46px;
    padding: 0;
    outline: 0;
    position: relative;
    background: none;
    cursor: pointer;
  }
  header.site-header .mobile-menu-icon span {
    display: block;
    height: 4px;
    width: 46px;
    background: #2A3D42;
    position: absolute;
    transition: all 0.4s ease-in-out;
  }
  header.site-header .mobile-menu-icon span:first-child {
    top: 15px;
  }
  header.site-header .mobile-menu-icon span:last-child {
    top: 27px;
  }
  header.site-header nav.site-navigation.main-navigation {
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100vw;
    left: 0;
    background: #ffffff;
    opacity: 0;
    transition: all 0.6s ease-in-out 0.3s;
  }
  header.site-header nav.site-navigation.main-navigation #menu-main-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 130px 20px 20px;
  }
  header.site-header nav.site-navigation.main-navigation #menu-main-menu > li {
    height: auto;
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  header.site-header nav.site-navigation.main-navigation #menu-main-menu > li > a {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease-in-out, visibility 0s;
  }
  header.site-header nav.site-navigation.main-navigation #menu-main-menu > li:last-of-type a {
    background: transparent;
    font-weight: inherit;
    padding: 0;
  }
  header.site-header nav.site-navigation.main-navigation #menu-main-menu > li .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out, visibility 0s linear 0.4s;
    position: fixed;
    top: 130px;
    padding-top: 0;
  }
  header.site-header nav.site-navigation.main-navigation #menu-main-menu > li .sub-menu li {
    transform: translateX(55px);
    font-weight: normal;
    font-size: 18px;
    transition: all 0.4s ease-in-out;
  }
  header.site-header nav.site-navigation.main-navigation #menu-main-menu > li .sub-menu .sub-menu-heading {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: bold;
    display: none;
  }
  header.site-header nav.site-navigation.main-navigation #menu-main-menu > li .sub-menu .sub-menu-heading {
    display: block;
  }
  header.site-header nav.site-navigation.main-navigation #menu-main-menu > li .sub-menu.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out, visibility 0s linear;
    z-index: 100;
    max-width: 90vw;
  }
  header.site-header nav.site-navigation.main-navigation #menu-main-menu > li .sub-menu.active li {
    transform: translateX(0px);
    transition: all 0.4s ease-in-out;
    opacity: 1;
  }
  header.site-header nav.site-navigation.main-navigation #menu-main-menu > li .sub-menu.active li a {
    white-space: normal;
  }
  header.site-header nav.site-navigation.main-navigation #menu-main-menu .sub-menu-arrow {
    display: block;
    position: fixed;
    top: 35px;
    font-size: 40px;
    background: none;
    border: 0;
    -webkit-appearance: none;
    left: 20px;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    outline: 0;
    z-index: 100;
    transform: rotate(180deg);
    width: 39px;
  }
  header.site-header nav.site-navigation.main-navigation #menu-main-menu .sub-menu-arrow svg {
    width: 100%;
    height: auto;
  }
  header.site-header nav.site-navigation.main-navigation #menu-main-menu .header-accent-1, header.site-header nav.site-navigation.main-navigation #menu-main-menu .header-accent-2 {
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  header.site-header nav.site-navigation.main-navigation #menu-main-menu .header-accent-1 {
    bottom: -5px;
    right: 5px;
  }
  header.site-header nav.site-navigation.main-navigation #menu-main-menu .header-accent-2 {
    top: 5px;
    left: 5px;
  }
  header.site-header nav.site-navigation.main-navigation #menu-main-menu.sub-menu-active > li > a {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0s linear 0.4s;
  }
  header.site-header.mobile-menu-toggled .mobile-menu-icon span:first-child {
    top: 23px;
    transform: rotate(45deg);
  }
  header.site-header.mobile-menu-toggled .mobile-menu-icon span:last-child {
    top: 23px;
    transform: rotate(-45deg);
  }
  header.site-header.mobile-menu-toggled nav.site-navigation.main-navigation {
    height: 100vh;
    opacity: 1;
    transition: all 0.6s ease-in-out;
  }
  header.site-header.mobile-menu-toggled nav.site-navigation.main-navigation #menu-main-menu > li {
    opacity: 1;
    transition: opacity 0.4s ease-in-out 0.6s;
  }
  header.site-header.mobile-menu-toggled nav.site-navigation.main-navigation #menu-main-menu .header-accent-1, header.site-header.mobile-menu-toggled nav.site-navigation.main-navigation #menu-main-menu .header-accent-2 {
    opacity: 1;
    transition: opacity 0.4s ease-in-out 0.6s;
  }
  header.site-header .menu-pattern-wrap {
    display: none;
  }
}
@media screen and (max-width: 991px) and (max-height: 590px) {
  header.site-header nav.site-navigation.main-navigation #menu-main-menu {
    padding: 50px 20px 20px;
  }
}
footer.site-footer {
  background: #61D8CD;
}
footer.site-footer > .container {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 100px);
}
footer.site-footer .footer-cta {
  padding-top: 60px;
  padding-bottom: 60px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
footer.site-footer .footer-cta h1 {
  margin-top: 0;
  margin-bottom: 50px;
}
footer.site-footer .footer-info {
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
footer.site-footer .footer-info h5 {
  margin-bottom: 5px;
}
footer.site-footer .footer-info ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
footer.site-footer .footer-copyright {
  padding-bottom: 20px;
  position: relative;
}
footer.site-footer .footer-copyright .kx-icon {
  position: absolute;
  left: 50%;
  bottom: 22px;
  width: calc(100vw - 60px);
  transform: translateX(-50%);
  text-align: right;
  height: auto;
  z-index: 1;
}
footer.site-footer .footer-copyright .kx-icon svg {
  width: auto;
}
.home-team.img-bottom .image img {
  height: auto;
}
.home-team-img-2 {
  margin-top: 10px;
  margin-bottom: -180px;
}
.home-team-img-2 img {
  height: auto;
}
.home-team-img-2 svg {
  position: absolute;
  top: 18px;
  left: 100%;
}
.recent-insights p + a.btn {
  margin-top: 12px;
}
.recent-news a {
  color: inherit;
}
.page-id-124 .lists-section h3 {
  font-size: 5.4rem;
  line-height: 1.3;
  margin-bottom: 60px;
}
.home-capabilities-links h3 {
  width: 60%;
}
@media screen and (max-width: 992px) {
  .home-capabilities-links h3 {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .home-capabilities-links h3 {
    width: 100%;
  }
}
.home-capabilities-links .custom-html svg {
  height: auto;
  width: 504px;
  margin: auto;
  display: block;
  margin-top: 18px;
}
.home-capabilities-links .custom-html svg polygon {
  fill: #E9EBEE;
  transform-box: fill-box;
  transform-origin: center;
  transition: all 0.6s ease-in-out 0.2s;
}
.single-sectors .lists-section .custom-html svg {
  position: absolute;
  bottom: -100px;
  right: 0px;
}
.case_study-template-default footer.site-footer {
  display: none;
}
.case_study-template-default main {
  position: relative;
  margin-top: 80px;
  padding-bottom: 400px;
}
.case_study-template-default .back-arrow {
  -webkit-appearance: none;
  border: none;
  outline: none;
  position: relative;
  /* left: 6%; */
  /* top: 0; */
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease-in-out;
  background: transparent;
}
.case_study-template-default .back-arrow svg {
  transform: rotate(180deg);
}
.case_study-template-default .back-arrow:hover {
  margin-left: -15px;
}
.case_study-template-default .case-study .side-nav li:first-child {
  margin-bottom: 130px;
}
.case_study-template-default .case-study .logo {
  margin-top: 25px;
  margin-bottom: 70px;
}
.case_study-template-default .case-study .logo svg {
  height: 120px;
  width: 120px;
}
.case_study-template-default .case-study h3 {
  margin-bottom: 50px;
}
.case_study-template-default .case-study img {
  width: 100%;
  margin: 60px 0 30px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .case_study-template-default .case-study .side-nav {
    display: block;
  }
  .case_study-template-default .case-study .side-nav ul {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    width: 100% !important;
  }
  .case_study-template-default .case-study .side-nav ul li:first-child {
    margin-bottom: 30px !important;
  }
  .case_study-template-default .case-study .side-nav ul li:nth-child(n+2) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .case_study-template-default .back-arrow {
    position: relative;
    left: 0;
    padding: 0;
    margin-bottom: 30px;
  }
  .case_study-template-default #main .logo {
    display: none;
  }
}
.our-focus .image {
  flex-direction: column;
}
.our-focus .image svg {
  position: relative;
  align-self: flex-end;
  margin-bottom: 20px;
  margin-top: -96px;
}
.how-were-different h2 {
  margin-bottom: 0;
}
.how-were-different h3 {
  margin-top: 70px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .how-were-different h3 {
    margin-top: 30px;
  }
}
.page-id-244 .locations .addresses {
  margin-bottom: 0px;
}
.error-404.not-found {
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
}
.error-404.not-found h2 {
  margin-top: -100px;
}
.header-nav {
  display: none;
}
.core-values h2 {
  margin-bottom: 80px;
}
.core-values .col-md-6 {
  margin-bottom: 40px;
}
.core-values .col-md-6 img {
  width: 107px;
  height: 107px;
}
.core-values .col-md-6 hr {
  border: 0;
  height: 1px;
  background: #2A3D42;
  margin-bottom: 20px;
}
.core-values .col-md-6 hr + h3 {
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .page-hero .award-wrap br {
    display: none;
  }
  .header-nav {
    background: #E9EBEE;
    padding-top: 25px;
    position: relative;
    display: block;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    height: 100px;
    padding-top: 96px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
  }
  .header-nav a {
    text-decoration: none;
    color: #2A3D42;
  }
  .header-nav a:hover {
    text-decoration: underline;
  }
  .header-nav > a {
    padding: 0 75px 15px 15px;
    display: block;
    font-weight: bold;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-nav .toggle-arrow {
    -webkit-appearance: none;
    border: 0;
    background: none;
    position: absolute;
    right: 15px;
    top: 36px;
    outline: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  .header-nav .progress-bar {
    width: 100%;
    height: 4px;
    background: #ffffff;
  }
  .header-nav .progress-bar .progress-inner {
    width: 70.7244%;
    background-color: #61D8CD;
    height: 100%;
  }
  .header-nav ul {
    list-style: none;
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100% !important;
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.5s ease-in-out;
    background: #E9EBEE;
  }
  .header-nav ul li {
    margin-bottom: 20px;
  }
  .header-nav ul li:first-of-type {
    margin-top: 25px;
  }
  .header-nav ul li:last-of-type {
    padding-bottom: 5px;
  }
  .header-nav.dropdown-toggled .toggle-arrow {
    transform: rotate(180deg);
  }
  .header-nav.dropdown-toggled ul {
    max-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .kx-accent {
    display: none;
  }
  .page-hero .main > div {
    padding-top: 0;
  }
  .page-hero h1 br {
    display: none;
  }
  .page-hero .main > div {
    justify-content: flex-start;
  }
  .page-hero .award-wrap img {
    margin-right: 13px;
    width: 57px;
  }
  .page-hero .award-wrap p {
    font-size: 14px;
  }
  .the-latest.cta-section.right .image {
    order: 2;
    padding-top: 50px;
  }
  .the-latest.cta-section.right .image img {
    width: 155px;
  }
  .our-focus {
    padding-bottom: 0 !important;
  }
  .our-focus .cta {
    margin-bottom: 70px;
  }
  .our-focus .image img {
    width: 100vw;
    max-width: 100vw;
  }
  .page-id-124 .lists-section h3 {
    font-size: 3.2rem;
  }
  .lists-section .list {
    margin: 0;
  }
  .testimonials .quotation-mark {
    max-width: 50%;
  }
  .testimonials .quotation-mark svg {
    width: 100%;
    height: auto;
  }
  .top-accent:before, .top-accent:after {
    content: none;
  }
  .home-capabilities-links .custom-html {
    display: none;
  }
  .home-team .image {
    display: none;
  }
  .home-team-img-2 img {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .cta-section.img-bottom .image {
    margin-bottom: -25px;
    justify-content: flex-end;
  }
  footer.site-footer .footer-cta {
    padding-top: 80px;
    align-items: flex-start;
  }
  footer.site-footer .footer-cta h1 {
    font-size: 3.2rem;
    line-height: 1.38;
    margin-bottom: 20px;
  }
  footer.site-footer .footer-info {
    display: none;
  }
  footer.site-footer .footer-copyright {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
  footer.site-footer .footer-copyright > div.col-12 {
    width: auto;
    max-width: none;
    flex-basis: auto;
  }
  footer.site-footer .footer-copyright .kx-icon {
    position: relative;
    left: unset;
    bottom: unset;
    width: auto;
    transform: none;
    padding-right: 15px;
    padding-left: 30px;
    position: absolute;
    right: 0px;
  }
  footer.site-footer .footer-copyright .kx-icon svg {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .single-sectors .page-hero {
    padding-top: 80px;
    height: calc(100vh - 100px);
    min-height: calc(100vh - 100px);
  }
  .single-sectors .lists-section .custom-html svg {
    display: none;
  }
  .capabilities .capability-heading div:last-of-type {
    margin-top: 70px;
  }
  .capabilities .capability-heading .capability-bg svg {
    min-width: 2026.611px;
  }
  .page-id-244 div.wpforms-container-full .wpforms-form .wpforms-field-container {
    column-count: 1;
  }
  .page-id-244 div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: left;
  }
  .page-id-240 .testimonials {
    padding-bottom: 215px !important;
  }
  .page-id-240 .testimonials + style + .text img {
    margin-top: -295px;
    max-width: 100vw;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .team-members-section .team-member.row {
    background: transparent;
    margin-top: 30px;
  }
  .team-members-section .team-member.row .img-wrap img {
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .team-members-section .team-member.row .content-wrap h3 {
    margin-top: 30px;
  }
  .team-members-section .team-member.row.left .img-wrap {
    order: 0;
  }
  .careers-list .list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  footer.site-footer .footer-copyright .kx-icon svg {
    width: calc(50vw - 55px);
  }
}
