/* @import "reset"; */
/* stylelint-disable */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* stylelint-enable */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Font sizes */
/* Colours */
@font-face {
  font-family: "DHI";
  src: url("/dist/fonts/DHI-Regular.eot");
  src: url("/dist/fonts/DHI-Regular.eot?#iefix") format("embedded-opentype"), url("/dist/fonts/DHI-Regular.woff2") format("woff2"), url("/dist/fonts/DHI-Regular.woff") format("woff"), url("/dist/fonts/DHI-Regular.ttf") format("truetype"), url("/dist/fonts/DHI-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DHI";
  src: url("/dist/fonts/DHI-Bold.eot");
  src: url("/dist/fonts/DHI-Bold.eot?#iefix") format("embedded-opentype"), url("/dist/fonts/DHI-Bold.woff2") format("woff2"), url("/dist/fonts/DHI-Bold.woff") format("woff"), url("/dist/fonts/DHI-Bold.ttf") format("truetype"), url("/dist/fonts/DHI-Bold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  color: #2e2e2e;
  font-family: "DHI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 800px) {
  html {
    font-size: 15px;
  }
}

a,
.js-link {
  color: #2e2e2e;
}
a:hover,
.js-link:hover {
  text-decoration: none;
}

p a {
  color: inherit;
}

.heading-one {
  font-size: 2.9rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
}
@media (max-width: 800px) {
  .heading-one {
    font-size: 2rem;
  }
}

.heading-two {
  font-size: 2.06rem;
  letter-spacing: 0.06rem;
  font-weight: 600;
  margin-bottom: 11px;
  margin-top: 0;
}
@media (max-width: 760px) {
  .heading-two {
    font-size: 1.6rem;
  }
}

.heading-three {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media (max-width: 700px) {
  .heading-three {
    font-size: 1.1rem;
  }
}

.heading-four {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media (max-width: 700px) {
  .heading-four {
    font-size: 1.35rem;
  }
}

.paragraph {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0;
}
.paragraph--icon {
  padding: 0.5rem 0 0.5rem 60px;
  margin: 0 0 1.5rem;
  position: relative;
}
.paragraph--icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  width: 50px;
  height: 50px;
}
.paragraph--icon--money::after {
  background-image: url(/dist/img/coins.svg);
}

.paragraph-small {
  font-size: 0.87rem;
  font-weight: 400;
}

.paragraph-large {
  font-size: 1.125rem;
  font-weight: 400;
}

img {
  max-width: 100%;
  display: block;
}

hr {
  width: 100%;
}

.text--right {
  text-align: right;
}

.push--l--100 {
  margin-left: 100px !important;
}
.push--t--100 {
  margin-top: 100px !important;
}
.push--t--70 {
  margin-top: 70px !important;
}
.push--t--50 {
  margin-top: 50px !important;
}
.push--t--30 {
  margin-top: 30px !important;
}
.push--t--0 {
  margin-top: 0 !important;
}
.push--b--80 {
  margin-bottom: 80px !important;
}
.push--b--50 {
  margin-bottom: 50px !important;
}
.push--b--30 {
  margin-bottom: 30px !important;
}

.pad--t--10 {
  padding-top: 10px !important;
}
.pad--b--10 {
  padding-bottom: 10px !important;
}
.pad--l--0 {
  padding-left: 0 !important;
}

.color-one {
  color: #43276d;
  fill: #43276d;
}

.color-two {
  color: #e6007d;
  fill: #e6007d;
}

.color-three {
  color: #53b04b;
  fill: #53b04b;
}

.color-four {
  color: #ef7a1a;
  fill: #ef7a1a;
}

.color-five {
  color: #e52728;
  fill: #e52728;
}

.color-six {
  color: #0072bb;
  fill: #0072bb;
}

.color-seven {
  color: #3ab8b9;
  fill: #3ab8b9;
}

.color-white {
  color: #fff;
  fill: #fff;
}

.bg-color-one {
  background-color: #43276d !important;
}

.bg-color-two {
  background-color: #e6007d !important;
}

.bg-color-three {
  background-color: #53b04b !important;
}

.bg-color-four {
  background-color: #ef7a1a !important;
}

.bg-color-five {
  background-color: #e52728 !important;
}

.bg-color-six {
  background-color: #0072bb !important;
}

.bg-color-seven {
  background-color: #3ab8b9 !important;
}

.bg-lightGrey {
  background-color: #e3e3e3 !important;
}

.bg-pain-management {
  background-color: #FCCF17 !important;
}

.bg-white {
  background-color: #fff;
}

.category-color-one h1,
.category-color-one .testimonialPanel__testimonial p,
.category-color-one .testimonialPanel__testimonial a,
.category-color-one .accessInfo__heading {
  color: #43276d;
}
.category-color-one .linkBoxes,
.category-color-one .squareList li::before,
.category-color-one .accessInfo::after,
.category-color-one .headlineImage__caption {
  background-color: #43276d;
}
.category-color-one .testimonialPanel__testimonial path {
  fill: #43276d;
}
.category-color-one .simple-card__button {
  background-color: #43276d;
  border: 1px solid #43276d;
}

.category-color-two h1,
.category-color-two .testimonialPanel__testimonial p,
.category-color-two .testimonialPanel__testimonial a,
.category-color-two .accessInfo__heading {
  color: #e6007d;
}
.category-color-two .linkBoxes,
.category-color-two .squareList li::before,
.category-color-two .accessInfo::after,
.category-color-two .headlineImage__caption {
  background-color: #e6007d;
}
.category-color-two .testimonialPanel__testimonial path {
  fill: #e6007d;
}
.category-color-two .simple-card__button {
  background-color: #e6007d;
  border: 1px solid #e6007d;
}

.category-color-three h1,
.category-color-three .testimonialPanel__testimonial p,
.category-color-three .testimonialPanel__testimonial a,
.category-color-three .accessInfo__heading {
  color: #53b04b;
}
.category-color-three .linkBoxes,
.category-color-three .squareList li::before,
.category-color-three .accessInfo::after,
.category-color-three .headlineImage__caption {
  background-color: #53b04b;
}
.category-color-three .testimonialPanel__testimonial path {
  fill: #53b04b;
}
.category-color-three .simple-card__button {
  background-color: #53b04b;
  border: 1px solid #53b04b;
}

.category-color-four h1,
.category-color-four .testimonialPanel__testimonial p,
.category-color-four .testimonialPanel__testimonial a,
.category-color-four .accessInfo__heading {
  color: #ef7a1a;
}
.category-color-four .linkBoxes,
.category-color-four .squareList li::before,
.category-color-four .accessInfo::after,
.category-color-four .headlineImage__caption {
  background-color: #ef7a1a;
}
.category-color-four .testimonialPanel__testimonial path {
  fill: #ef7a1a;
}
.category-color-four .simple-card__button {
  background-color: #ef7a1a;
  border: 1px solid #ef7a1a;
}

.category-color-five h1,
.category-color-five .testimonialPanel__testimonial p,
.category-color-five .testimonialPanel__testimonial a,
.category-color-five .accessInfo__heading {
  color: #e52728;
}
.category-color-five .linkBoxes,
.category-color-five .squareList li::before,
.category-color-five .accessInfo::after,
.category-color-five .headlineImage__caption {
  background-color: #e52728;
}
.category-color-five .testimonialPanel__testimonial path {
  fill: #e52728;
}
.category-color-five .simple-card__button {
  background-color: #e52728;
  border: 1px solid #e52728;
}

.category-color-six h1,
.category-color-six .testimonialPanel__testimonial p,
.category-color-six .testimonialPanel__testimonial a,
.category-color-six .accessInfo__heading {
  color: #0072bb;
}
.category-color-six .linkBoxes,
.category-color-six .squareList li::before,
.category-color-six .accessInfo::after,
.category-color-six .headlineImage__caption {
  background-color: #0072bb;
}
.category-color-six .testimonialPanel__testimonial path {
  fill: #0072bb;
}
.category-color-six .simple-card__button {
  background-color: #0072bb;
  border: 1px solid #0072bb;
}

.category-color-seven h1,
.category-color-seven .testimonialPanel__testimonial p,
.category-color-seven .testimonialPanel__testimonial a,
.category-color-seven .accessInfo__heading {
  color: #3ab8b9;
}
.category-color-seven .linkBoxes,
.category-color-seven .squareList li::before,
.category-color-seven .accessInfo::after,
.category-color-seven .headlineImage__caption {
  background-color: #3ab8b9;
}
.category-color-seven .testimonialPanel__testimonial path {
  fill: #3ab8b9;
}
.category-color-seven .simple-card__button {
  background-color: #3ab8b9;
  border: 1px solid #3ab8b9;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -0.9rem 0;
}
.columns > * {
  width: calc(100% - 1.8rem);
  margin: 1.8rem 0.9rem 0;
}
@media (min-width: 440px) {
  .columns > * {
    width: calc(50% - 1.8rem);
  }
}
@media (min-width: 680px) {
  .columns > * {
    width: calc(33.33% - 1.8rem);
  }
}
@media (min-width: 1100px) {
  .columns > * {
    width: calc(25% - 1.8rem);
  }
}
@media (min-width: 1100px) {
  .columns--five > * {
    width: calc(20% - 1.8rem);
  }
}

.hidden {
  display: none !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  transition: ease 0.4s;
}
body.modalBackground::before {
  position: fixed;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
@media (max-width: 840px) {
  body {
    overflow-x: hidden;
  }
}

.container {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
.container--narrow {
  max-width: 900px;
}
.container--layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.container--textpadding {
  margin-top: 20px;
}
.container__item--quarter {
  width: calc(25% - 20px);
}
.container__item--threeQuarters {
  width: calc(75% - 5px);
}
.container__item--third {
  width: calc(33.333% - 20px);
}
.container__item--twoThirds {
  width: 66.666%;
}
.container__panel {
  padding: 1.2rem 1.87rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.container__panel--fixed {
  position: sticky;
  top: 20px;
  margin-top: -4px;
  padding-right: 0;
}
.container__panel--background {
  margin: 80px 0;
}
.container__panel--background::after {
  position: absolute;
  left: -10vw;
  top: -50px;
  bottom: -50px;
  background-color: #e3e3e3;
  content: "";
  width: 200vw;
  z-index: -1;
}
@media (max-width: 850px) {
  .container__item {
    width: 100% !important;
  }
  .container__item:first-of-type {
    margin-bottom: 20px;
  }
  .container__panel--fixed {
    padding: 1.2rem 0;
  }
  .container .push--l--100 {
    margin-left: 0 !important;
  }
}

.header {
  border-bottom: 1px solid #979797;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  top: 0;
}
.header__container {
  padding-top: 20px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  max-width: 250px;
  transition: ease 0.4s;
}
.header__logo img {
  transition: ease 0.4s;
}
.header__search {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
  opacity: 0.5;
  color: #979797;
  font-weight: 600;
}
.header__search form {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding: 0 0.5rem 0.5rem;
}
.header__search input {
  border: 0;
  background-color: transparent;
}
.header__searchIcon {
  background-image: url("/dist/img/search.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  color: transparent;
  position: relative;
  top: -2px;
}
.header .button {
  margin-top: -6px;
}
.header__navTrigger {
  display: none;
  position: relative;
  z-index: 10;
  width: 33px;
  height: 29px;
  padding: 0 2px;
  overflow: hidden;
}
.header__navTrigger span {
  width: 29px;
  height: 3px;
  background-color: #2e2e2e;
  display: block;
  margin: 5px 0;
  transition: ease 0.4s;
  border-radius: 100px;
  position: relative;
}
.header__navTrigger span::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2e2e2e;
  position: absolute;
  transition: ease 0.2s;
  transform: rotate(0);
  display: none;
}
.header__navTrigger:hover span {
  opacity: 0.7;
}
.header__navTrigger:hover span:nth-of-type(1) {
  left: 2px;
}
.header__navTrigger:hover span:nth-of-type(3) {
  left: -2px;
}
.header__navTrigger--active span:nth-of-type(1) {
  transform: translateX(40px);
}
.header__navTrigger--active span:nth-of-type(2) {
  transform: rotate(45deg);
}
.header__navTrigger--active span:nth-of-type(2)::after {
  display: block;
}
.header__navTrigger--active span:nth-of-type(3) {
  transform: translateX(-40px);
}
.header__navTrigger--active span::after {
  transform: rotate(90deg);
}
.header__nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-left: 40px;
}
.header__navItem {
  transition: ease 0.4s;
  margin-right: 10px;
}
.header__navItem a {
  text-decoration: none;
  padding: 1rem;
  transition: ease 0.4s;
}
.header__navItem:hover > a {
  opacity: 0.7;
}
.header__navItem:hover .header__dropdown {
  right: 0;
  pointer-events: all;
  opacity: 1;
}
.header__navItem--order .header__dropdownItem {
  order: 1;
}
.header__navItem--order .header__dropdownItem:nth-of-type(2) {
  order: 4;
}
.header__navItem--order .header__dropdownItem:nth-of-type(3) {
  order: 2;
}
.header__navItem--order .header__dropdownItem:nth-of-type(4) {
  order: 5;
}
.header__navItem--order .header__dropdownItem:nth-of-type(5) {
  order: 3;
}
.header__navItem--order .header__dropdownItem:nth-of-type(6) {
  order: 6;
}
.header__dropdown {
  position: absolute;
  right: 0;
  top: 87px;
  width: 60vw;
  z-index: 1;
  border-top: 40px solid transparent;
  pointer-events: none;
  transition: ease 0.4s;
  opacity: 0;
}
.header__dropdown::after, .header__dropdown::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #fff;
  top: 1rem;
  bottom: 1rem;
  left: 33.33%;
  opacity: 0.6;
}
.header__dropdown::after {
  left: 66.66%;
}
.header__dropdownContent {
  background-color: #43276d;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header__dropdownItem {
  width: calc(33.3333% - 1rem);
  display: block;
  color: #fff;
  transition: ease 0.4s;
}
.header__dropdownItem:hover {
  opacity: 0.7;
}
@media (min-width: 840px) {
  .header--scroll .header__logo {
    margin-top: -5px;
    max-width: 150px;
    background-image: url(/dist/img/dhi-logo-small.webp);
    background-size: 96%;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .header--scroll .header__logo img {
    opacity: 0;
  }
  .header--scroll .header__container {
    padding-top: 20px;
    padding-bottom: 14px;
  }
  .header--scroll .header__search {
    display: none;
  }
  .header--scroll .header__navItem a {
    font-size: 14px;
  }
  .header--scroll .header__dropdown {
    top: 34px;
    border-top: 30px solid transparent;
  }
}
@media (max-width: 839px) {
  .header {
    position: relative;
    top: unset;
  }
  .header__navTrigger {
    display: block;
  }
  .header__nav {
    background-color: #43276d;
    padding: 1rem;
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    margin-left: 0;
    max-width: 360px;
    transform: translateX(120%);
    transition: ease 0.4s;
  }
  .header__nav--active {
    transform: unset;
  }
  .header__dropdown {
    position: relative;
    right: unset;
    top: unset;
    width: 100%;
    border-top: 0;
    pointer-events: all;
    opacity: 1;
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .header__dropdown::after, .header__dropdown::before {
    display: none;
  }
  .header__dropdownContent {
    background-color: transparent;
    padding: 0;
    display: block;
  }
  .header__dropdownContent .header__dropdownItem {
    background-color: #43276d;
    width: 100%;
    padding: 8px 16px;
    transition: ease 0.4s;
    margin-left: -16px;
  }
  .header__dropdownContent .header__dropdownItem:hover {
    background-color: rgb(113.1756756757, 65.8783783784, 184.1216216216);
  }
  .header__navItem a {
    padding: 0 0 17px;
    color: #fff;
  }
  .header__search form {
    width: 100%;
    text-align: left;
  }
  .header__search input {
    width: 78%;
    color: #fff;
  }
  .header__search .header__searchIcon {
    width: 20%;
    background-position: 100% 50%;
    color: #43276d;
  }
  .header .button {
    margin-top: 1rem;
    background-color: #fff;
    color: #43276d;
    width: 100%;
    max-width: 250px;
    text-align: center;
    padding: 0.7rem 0;
  }
}
@media (max-width: 500px) {
  .header__logo {
    background-image: url(/dist/img/dhi-logo-small.webp);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    max-width: 200px;
    min-width: 160px;
    width: 50%;
  }
  .header__logo img {
    opacity: 0;
  }
}

.footer {
  margin-top: 2.5rem;
}
.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__item {
  width: calc(50% - 1.87rem);
}
.footer__heading {
  color: #43276d;
  border-bottom: 3px solid #43276d;
}
.footer__nav {
  margin-bottom: 20px;
}
.footer__navItem {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  margin-right: 1.2rem;
  transition: ease 0.4s;
}
.footer__navItem:hover {
  opacity: 0.7;
}
.footer__lower {
  margin-top: 2rem;
  padding: 1.3rem 0 1rem;
  background-color: #4a4a4a;
  color: #fff;
}
.footer__lowerLeft, .footer__lowerRight {
  width: calc(50% - 1.87rem);
}
.footer__lowerLeft p {
  margin: 0 0 0.3rem;
}
.footer__lowerRight {
  text-align: right;
}
.footer__lowerRight a {
  color: #fff;
  text-decoration: none;
  margin: 0 0 0.3rem 1rem;
}
.footer__lowerRight p a {
  margin-left: 0;
}
.footer .signupPanel {
  padding: 0;
}
@media (max-width: 600px) {
  .footer__item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer__lowerLeft, .footer__lowerRight {
    width: 100%;
    text-align: left;
  }
  .footer__lowerLeft a:first-of-type, .footer__lowerRight a:first-of-type {
    margin-left: 0;
  }
}

.button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding: 0.9rem 1.5rem 0.6rem;
  border-radius: 5px;
  letter-spacing: 0.05rem;
  transition: ease 0.4s;
  font-size: 1rem;
  font-weight: 600;
}
.button--one {
  background-color: #43276d;
  color: #fff;
  border: 2px solid #43276d;
}
.button--one--arrow {
  padding-right: 2.6rem;
}
.button--one--arrow::after {
  content: "";
  position: absolute;
  background-image: url(/dist/img/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 18px;
  transition: ease 0.4s;
  right: 1.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.button--one:hover {
  background-color: #fff;
  color: #43276d;
}
.button--one:hover::after {
  background-image: url(/dist/img/arrow-purple.svg);
  right: 1rem;
}
.button--white {
  background-color: #fff;
  color: #43276d;
  border: 2px solid #fff;
}
.button--white--arrow {
  padding-right: 2.6rem;
}
.button--white--arrow::after {
  content: "";
  position: absolute;
  background-image: url(/dist/img/arrow-purple.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 18px;
  transition: ease 0.4s;
  right: 1.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.button--white:hover {
  background-color: #43276d;
  color: #fff;
}
.button--white:hover::after {
  background-image: url(/dist/img/arrow-white.svg);
  right: 1rem;
}

.social__item {
  width: 45px;
  height: 45px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 16px;
  transition: ease 0.4s;
  position: relative;
}
.social__item::before {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 1000px;
  background-color: rgba(255, 255, 255, 0);
}
.social__item--facebook {
  background-image: url(/dist/img/facebook.svg);
}
.social__item--twitter {
  background-image: url(/dist/img/twitter.svg);
}
.social__item--linkedin {
  background-image: url(/dist/img/linkedin.svg);
}
.social__item--youtube {
  background-image: url(/dist/img/youtube.svg);
}
.social__item--whatsapp {
  background-image: url(/dist/img/whatsapp.svg);
}
.social__item--email {
  background-image: url(/dist/img/email.svg);
}
.social__item:hover {
  opacity: 0.7;
}
.social__item:hover::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.social--share {
  background: #fff;
  margin: -1rem -1rem 1rem -1rem;
  padding-bottom: 1rem;
}
.social--share .social__item {
  width: 35px;
  height: 35px;
  margin-right: 8px;
}
.social--share h2 {
  margin: 0 0 5px;
}
.social--share--desktop {
  display: none;
}
@media (min-width: 740px) {
  .social--share--mobile {
    display: none;
  }
  .social--share--desktop {
    display: block;
  }
}

.iconPanels {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iconPanels--single {
  margin-top: 1.25rem;
}
.iconPanels--single .iconPanels__item {
  width: 100%;
}
.iconPanels__item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  background-color: #e3e3e3;
  padding: 1rem 1.87rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.iconPanels__item--one {
  background-color: #43276d;
  color: #fff;
}
.iconPanels__item--outline {
  color: #2e2e2e;
  background-color: transparent;
  border: 1px solid #e3e3e3;
}
.iconPanels__icon {
  background-image: url(http://placehold.it/300);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 33.333%;
  padding-bottom: 25%;
}
.iconPanels__content {
  width: calc(66.666% - 20px);
}
.iconPanels__intro {
  margin-top: 0;
  margin-bottom: 5px;
}
.iconPanels__hilight {
  font-size: 2.1rem;
}
.iconPanels__paragraph {
  font-weight: 600;
  margin: 0;
}
.iconPanels__button {
  margin-top: 15px;
}
@media (max-width: 800px) {
  .iconPanels__item {
    width: 100%;
  }
}

.hero {
  margin-bottom: 100px;
  padding-top: 10rem;
  margin-top: -1px;
  background-image: url(http://placehold.it/1600x550);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-color: #979797;
  min-height: 550px;
}
.hero__heading {
  text-align: center;
  color: #fff;
}
.hero__heading h1 {
  margin: 0;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.hero__buttons {
  text-align: center;
  margin-top: 2.8rem;
}
.hero .iconPanels {
  position: relative;
  bottom: -126px;
}
@media (max-width: 1180px) {
  .hero .iconPanels {
    bottom: -76px;
  }
}
@media (max-width: 800px) {
  .hero {
    padding-top: 5rem;
  }
}

.arrowPanels {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.arrowPanels__item {
  width: calc(33.333% - 13px);
  background-color: #e3e3e3;
  overflow: hidden;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  text-decoration: none;
}
.arrowPanels__item--color-two {
  background-color: #e6007d;
}
.arrowPanels__item--color-three {
  background-color: #53b04b;
}
.arrowPanels__item--color-four {
  background-color: #ef7a1a;
}
.arrowPanels__item--color-five {
  background-color: #e52728;
}
.arrowPanels__item--color-six {
  background-color: #0072bb;
}
.arrowPanels__item--color-seven {
  background-color: #3ab8b9;
}
.arrowPanels__item:hover .arrowPanels__image {
  opacity: 0.4;
  transform: scale(1.02);
}
.arrowPanels__item:hover .arrowPanels__overlay {
  transform: translateX(0);
}
.arrowPanels__image {
  width: 100%;
  transition: ease 0.4s;
  transform: scale(1.1);
  min-height: 100px;
  background-color: #e3e3e3;
  align-self: flex-start;
}
.arrowPanels__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  transition: ease 0.4s;
  transform: translateX(-100%);
  z-index: 1;
  width: 100%;
}
.arrowPanels__overlay p {
  margin-top: 0;
}
.arrowPanels__overlay a {
  color: inherit;
  font-weight: 600;
}
.arrowPanels__content {
  background-color: inherit;
  color: inherit;
  padding: 0.9rem 1.25rem 0.6rem;
  position: relative;
  width: 100%;
}
.arrowPanels__content h3 {
  margin: 0;
}
.arrowPanels__content::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  right: 0;
  transform: translate(50%, -50%) rotate(45deg);
  background: inherit;
}
@media (max-width: 600px) {
  .arrowPanels__item {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 6px);
    margin-bottom: 12px;
  }
  .arrowPanels__overlay {
    padding-top: 0;
    position: relative;
    transform: translateX(0);
    order: 2;
  }
}

.testimonialPanel {
  text-decoration: none;
  display: block;
  width: 100%;
  padding-bottom: 69%;
  position: relative;
  background-image: url(http://placehold.it/835x575);
  background-color: #43276d;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
}
.testimonialPanel__testimonial {
  position: absolute;
  bottom: 100px;
  left: 70px;
  width: 220px;
  text-align: center;
}
.testimonialPanel__testimonial::before {
  position: absolute;
  content: "";
  width: 260px;
  height: 260px;
  background-color: rgba(255, 255, 255, 0.9);
  left: 50%;
  top: 57%;
  transform: translate(-50%, -50%);
  z-index: 0;
  border-radius: 1000px;
  transition: ease 0.4s;
}
.testimonialPanel__paragraph, .testimonialPanel__link,
.testimonialPanel svg {
  position: relative;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}
.testimonialPanel__link {
  font-weight: 600;
}
.testimonialPanel:hover .testimonialPanel__testimonial::before {
  transform: translate(-50%, -50%) scale(1.15);
  background-color: rgba(255, 255, 255, 0.75);
}

.testimonialContainer--columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.testimonialContainer--columns .testimonialPanel__paragraph,
.testimonialContainer--columns .testimonialPanel__link {
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
.testimonialContainer--columns .testimonialPanel {
  width: calc(50% - 10px);
  padding: 30% 0 0;
  min-height: auto;
  background-size: 100%;
  background-position: 50% 0;
  transition: ease 0.4s;
}
.testimonialContainer--columns .testimonialPanel:hover {
  background-size: 105%;
}
@media (max-width: 570px) {
  .testimonialContainer--columns .testimonialPanel {
    width: 100%;
    margin-bottom: 1rem;
    padding: 60% 0 0;
  }
}
.testimonialContainer--columns .testimonialPanel__testimonial {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: inherit;
  padding: 30px 20px;
}
.testimonialContainer--columns .testimonialPanel__testimonial svg {
  transform: scale(0.7);
}
.testimonialContainer--columns .testimonialPanel__testimonial a {
  color: #fff;
}
.testimonialContainer--columns .testimonialPanel__testimonial::before {
  display: none;
}
.testimonialContainer--columns .testimonialPanel__paragraph {
  margin-top: 10px;
}
.testimonialContainer--columnsSmall .testimonialPanel {
  width: calc(33.33% - 10px);
  padding: 22% 0 0;
  margin-bottom: 1rem;
}
@media (max-width: 840px) {
  .testimonialContainer--columnsSmall .testimonialPanel {
    width: calc(50% - 10px);
  }
}
@media (max-width: 570px) {
  .testimonialContainer--columnsSmall .testimonialPanel {
    width: 100%;
    padding: 60% 0 0;
  }
}

.news {
  margin: 2rem 0;
}
.news__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news__title {
  width: 100%;
  margin-bottom: 1.75rem;
}
.news__item {
  width: calc(25% - 14px);
  background-color: #43276d;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  color: #fff;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  transition: ease 0.4s;
  text-decoration: none;
}
@media (min-width: 900px) {
  .news__item--large {
    padding: 20px;
    background-image: url(http://placehold.it/300x210);
    width: calc(50% - 8px);
  }
  .news__item--large .news__content {
    width: 50%;
    height: 100%;
    padding-bottom: 90px;
    background-color: transparent;
  }
  .news__item--large .news__content::after {
    content: "Read More";
    font-size: 1rem;
    font-weight: 600;
    background-color: #fff;
    color: #43276d;
    border: 2px solid #fff;
    border-radius: 5px;
    letter-spacing: 0.05rem;
    transition: ease 0.4s;
    padding: 0.9rem 1.5rem 0.6rem;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .news__item--large .news__image {
    display: none;
  }
  .news__item--large .news__heading {
    font-size: 1.25rem;
  }
  .news__item--large::after {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: calc(50% - 20px);
    content: "";
    position: absolute;
    background-color: inherit;
    opacity: 0.8;
    transition: ease 0.4s;
  }
  .news__item--large:hover::after {
    opacity: 1;
    transform: scale(1.03);
  }
  .news__item--large:hover .news__content::after {
    background-color: #43276d;
    color: #fff;
  }
}
@media (max-width: 900px) {
  .news__item--large {
    background-image: unset !important;
  }
}
.news__item:hover .news__image {
  transform: scale(1);
  opacity: 0.8;
}
.news__image {
  min-height: 100px;
  background-color: #e3e3e3;
  width: 100%;
  transform: scale(1.1);
  transition: ease 0.4s;
}
.news__content {
  padding: 20px;
  background-color: inherit;
  position: relative;
  z-index: 1;
}
.news__heading {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 4px;
  letter-spacing: 0.04rem;
}
.news__meta {
  margin: 0 0 1rem;
}
.news__paragraph {
  letter-spacing: 0.02rem;
  line-height: 1.4;
}
@media (max-width: 899px) {
  .news__item {
    width: calc(33.3333% - 14px);
  }
}
@media (max-width: 600px) {
  .news__item {
    width: calc(50% - 6px);
    margin-bottom: 12px;
  }
  .news--preview .news__item:last-of-type {
    display: none;
  }
}

.introPanel {
  padding-top: 2.5rem;
  margin-bottom: 20px;
}
.introPanel__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.introPanel__left {
  width: calc(66.666% - 20px);
}
.introPanel__left p {
  margin-top: 0;
}
.introPanel__right {
  width: calc(33.333% - 20px);
}
.introPanel__callout {
  margin-left: 70px;
  padding: 2px 0 0 20px;
  border-left: 10px solid #43276d;
}
.introPanel__heading {
  width: 100%;
  font-size: 3rem;
  margin: 0 0 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.introPanel__heading h1 {
  margin: 0;
  width: 100%;
  padding-right: 40px;
}
.introPanel__image {
  width: 100%;
  font-size: 10px;
  text-align: right;
}
.introPanel__image img {
  width: 100%;
  max-width: 200px;
  display: inline;
}
.introPanel__video-wrapper {
  margin: 2rem 0 1rem;
}
@media (min-width: 650px) {
  .introPanel__video-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 650px) {
  .introPanel__video {
    width: 60%;
  }
}
.introPanel__video figure {
  margin: 0;
}
.introPanel__video iframe {
  width: 100%;
}
.introPanel__video-copy {
  padding: 1rem 0 0;
}
@media (min-width: 650px) {
  .introPanel__video-copy {
    width: 40%;
    padding: 0 0 0 1rem;
  }
}
@media (max-width: 700px) {
  .introPanel__left, .introPanel__right {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .introPanel__callout {
    margin-left: 0;
  }
}

.squareList {
  list-style: none;
  padding: 0;
}
.squareList li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
}
.squareList li::before {
  width: 10px;
  height: 10px;
  left: 0;
  top: 5px;
  position: absolute;
  content: "";
  background-color: #2e2e2e;
}

.linkBoxes {
  background-color: #4a4a4a;
  color: #fff;
  position: relative;
  padding: 22px 20px 19px;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
}
.linkBoxes--one {
  background-color: #43276d !important;
  color: #fff;
}
.linkBoxes::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  transition: ease 0.4s;
}
.linkBoxes__heading {
  margin: 0;
  position: relative;
  padding-right: 20px;
  z-index: 2;
}
.linkBoxes__heading::after {
  content: "";
  background-image: url(/dist/img/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 18px;
  margin: auto;
  position: absolute;
  bottom: 5px;
  margin-left: 10px;
  transition: ease 0.4s;
}
.linkBoxes__paragraph {
  position: relative;
  margin-top: 10px;
  z-index: 2;
}
.linkBoxes:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.linkBoxes:hover .linkBoxes__heading::after {
  margin-left: 15px;
}
.linkBoxes--download {
  background-color: #43276d;
}
.linkBoxes--download .linkBoxes__heading::after {
  transform: rotate(90deg);
}
.linkBoxes--download:hover .linkBoxes__heading::after {
  margin-left: 10px;
  bottom: 2px;
}

.relatedServices {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}
.relatedServices .linkBoxes {
  width: calc(25% - 15px);
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .relatedServices .linkBoxes {
    width: calc(33.33% - 15px);
  }
}
@media (max-width: 630px) {
  .relatedServices .linkBoxes {
    width: calc(50% - 15px);
  }
}
@media (max-width: 420px) {
  .relatedServices .linkBoxes {
    width: 100%;
  }
  .relatedServices .linkBoxes:nth-of-type(n+5) {
    display: none;
  }
}

.linkList {
  margin: 20px 0;
}
.linkList__item {
  display: block;
  border-top: 1px solid #e3e3e3;
  text-decoration: none;
  position: relative;
}
.linkList__item::after {
  content: "";
  background-image: url(/dist/img/arrow-grey.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 24px;
  position: absolute;
  margin: auto;
  top: 22px;
  bottom: 0;
  right: 30px;
  transition: ease 0.4s;
}
.linkList__item:hover .linkList__heading,
.linkList__item:hover .linkList__paragraph {
  opacity: 0.7;
}
.linkList__item:hover::after {
  right: 20px;
}
.linkList__heading {
  margin-top: 23px;
  margin-bottom: 0;
  padding-right: 70px;
  transition: ease 0.4s;
}
.linkList__paragraph {
  margin-top: 4px;
  margin-bottom: 21px;
  transition: ease 0.4s;
}

.headlineImage {
  position: relative;
  background-color: #e3e3e3;
  min-height: 200px;
  margin-bottom: 1.25rem;
}
.headlineImage__image {
  display: block;
  width: 100%;
}
.headlineImage__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #43276d;
  color: #fff;
  display: inline-block;
  padding: 12px 14px;
}
.headlineImage__caption h3 {
  margin: 0;
}

.accessInfo {
  position: relative;
}
.accessInfo::after {
  content: "";
  position: absolute;
  top: -1.2rem;
  bottom: -1.2rem;
  left: -2rem;
  width: 1rem;
  background-color: #e3e3e3;
}
.accessInfo__heading {
  margin: 0 0 3rem;
}
.accessInfo__subHeading {
  margin: 0;
}
.accessInfo p {
  margin: 0 0 1rem;
}

.breadcrumbs {
  margin-bottom: -36px;
  padding-top: 1rem;
  position: relative;
}
.breadcrumbs__item {
  display: inline;
  padding-right: 20px;
  position: relative;
  pointer-events: none;
}
.breadcrumbs__item a {
  text-decoration: none;
}
.breadcrumbs__item:first-of-type {
  pointer-events: all;
}
.breadcrumbs__item::after {
  content: "";
  position: absolute;
  background-image: url(/dist/img/arrow-grey.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 16px;
  top: 2px;
  right: 4px;
}
.breadcrumbs__item:last-of-type {
  padding-right: 0;
}
.breadcrumbs__item:last-of-type::after {
  display: none;
}
.breadcrumbs__logo {
  max-height: 88px;
  position: absolute;
  right: 20px;
  top: 15px;
}
@media (max-width: 550px) {
  .breadcrumbs__logo {
    display: none;
  }
}

.form {
  padding-bottom: 50px;
}
.form input,
.form label {
  width: 100%;
  display: block;
}
.form input[type=text],
.form input[type=email],
.form input[type=password] {
  height: 42px;
  border-radius: 5px;
  border: 0;
  padding: 0 10px;
}
.form textarea {
  width: 100%;
  display: block;
  border-radius: 5px;
  border: 0;
  padding: 0 10px;
}
.form label {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin: 0;
}
.form__row {
  margin-bottom: 1rem;
}
.form__checkboxPanel {
  max-width: 800px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.form__checkboxPanel label {
  position: relative;
  background: #fff;
  padding: 18px 20px 15px;
  font-size: 16px;
  transition: ease 0.4s;
}
.form__checkboxPanel label input {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-appearance: none;
}
.form__checkboxPanel label.checked {
  color: #fff;
  background-color: #3ab8b9;
}
.form__checkboxPanel label.checked:hover {
  background-color: rgba(58, 184, 185, 0.6);
  color: #fff;
}
.form__checkboxPanel label:first-of-type {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.form__checkboxPanel label:last-of-type {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.form__checkboxPanel label:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #2e2e2e;
}
.form button {
  -webkit-appearance: none;
  background-color: #43276d;
  color: #fff;
  border: 2px solid #43276d;
  cursor: pointer;
  padding: 0.9rem 1.5rem 0.6rem;
  border-radius: 5px;
  letter-spacing: 0.05rem;
  transition: ease 0.4s;
  font-size: 1rem;
  font-weight: 600;
}
.form button:hover {
  background-color: #fff;
  color: #43276d;
}

.signupPanel {
  padding: 1rem;
}
.signupPanel__heading {
  margin-top: 0;
}
.signupPanel form {
  position: relative;
}
.signupPanel .button {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.3333%;
  padding-left: 0;
  padding-right: 0;
}
.signupPanel__fields {
  width: 66.6666%;
  padding-right: 10px;
}
.signupPanel__fields input {
  width: 100%;
  height: 48px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #4a4a4a;
}
.signupPanel__disable {
  opacity: 0.7;
  pointer-events: none;
}

.form--login {
  margin-top: 2.5rem;
  max-width: 52rem;
  padding: 1.5rem;
  background-color: #e3e3e3;
}

.jobListings {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -20px;
}
.jobListings--col-2 .jobListings__item {
  width: calc(50% - 20px);
}
.jobListings__item {
  width: calc(33.333% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #43276d;
  color: #fff;
  padding: 17px 16px 20px;
  text-decoration: none;
  transition: ease 0.4s;
}
.jobListings__item:hover {
  opacity: 0.8;
}
.jobListings__heading {
  margin: 0 0 0.8rem;
}
.jobListings__meta {
  margin-bottom: 3rem;
}
.jobListings__metaItem {
  margin: 0;
}
.jobListings__link {
  margin: 0;
  text-decoration: underline;
}
.jobListings__link svg {
  margin-left: 10px;
  max-width: 14px;
  top: 1px;
  position: relative;
}
@media (max-width: 800px) {
  .jobListings__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 800px) {
  .jobListings__item {
    width: 100%;
  }
}

.jobInfo {
  margin-bottom: 20px;
  padding: 1.2rem 1.87rem;
  background-color: #4a4a4a;
  color: #fff;
}
.jobInfo__item {
  border-bottom: 1px solid #888;
  margin: 0 0 13px;
  padding-bottom: 13px;
}
.jobInfo__item:last-of-type {
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0;
}
.jobInfo__hilight {
  font-weight: 600;
}

.timeline {
  max-width: 920px;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 200px;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #43276d;
  top: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.timeline__item {
  display: flex;
  margin-bottom: 25px;
  position: relative;
  padding: 0 1rem;
}
.timeline__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.timeline__item:nth-of-type(even) .timeline__copy {
  margin: 0 0 0 120px;
}
.timeline__item:nth-of-type(even) .timeline__copy::after {
  right: unset;
  left: -23px;
}
.timeline__item:last-of-type .timeline__dot::before {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #fff;
  height: 9999px;
  top: 1.6rem;
  left: 0;
  right: 0;
  margin: auto;
}
.timeline__copy {
  position: relative;
  width: calc(50% - 80px);
  background-color: #e3e3e3;
  padding: 22px;
  margin: 0 120px 0 0;
  min-height: 68px;
  transition: ease 0.4s;
}
.timeline__copy::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-color: inherit;
  top: 10px;
  right: -23px;
  transform: rotate(45deg);
}
.timeline__paragraph {
  margin: 0;
  position: relative;
  z-index: 1;
}
.timeline__image {
  width: 100%;
  margin-top: 15px;
}
.timeline__dot {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100px;
  background-color: #e6007d;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  margin: auto;
  z-index: 1;
}
.timeline__heading {
  margin: 18px 0 0;
}
.timeline__active .timeline__copy {
  transform: scale(1.09);
}
@media (max-width: 820px) {
  .timeline__paragraph {
    font-size: 1rem;
  }
  .timeline__copy {
    padding: 15px;
    width: calc(50% - 60px);
    margin: 0 87px 0 0;
  }
  .timeline__item:nth-of-type(even) .timeline__copy {
    margin: 0 0 0 87px;
  }
}
@media (max-width: 580px) {
  .timeline {
    text-align: center;
  }
  .timeline::after {
    z-index: -1;
    bottom: 30px;
  }
  .timeline__dot::before {
    display: none;
  }
  .timeline__item {
    padding-top: 44px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .timeline__item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .timeline__item:nth-of-type(even) .timeline__copy {
    margin: 0;
  }
  .timeline__copy {
    margin: 0;
    width: 100%;
  }
  .timeline__copy::after {
    display: none;
  }
  .timeline__heading {
    background-color: #fff;
    padding: 10px 0 5px;
  }
}

.headingCards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.headingCards__item {
  color: #fff;
  padding: 17px 20px 50px;
  width: calc(25% - 1rem);
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.headingCards__item:hover .headingCards__overlay {
  transform: translateX(0);
}
.headingCards__item:hover .headingCards__image {
  transform: translateX(150%);
}
.headingCards__heading {
  position: relative;
  margin: 0;
  z-index: 2;
}
.headingCards__overlay {
  margin-top: 30px;
  transform: translateX(-150%);
  transition: ease 0.4s;
  position: relative;
  z-index: 2;
}
.headingCards__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  transition: ease 0.6s;
}
.headingCards__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
@media (max-width: 800px) {
  .headingCards__item {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 610px) {
  .headingCards__item {
    width: 100%;
  }
}

.teamCards {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: unset;
}
.teamCards--secondary {
  background-color: #e3e3e3;
  padding: 2.5rem;
}
.teamCards--secondary .teamCards__item {
  background-color: unset;
}
.teamCards--secondary .teamCards__content {
  display: none;
}
.teamCards__item {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-bottom: 40px;
}
.teamCards__item .teamCards__bio {
  display: block;
  width: 65%;
}
.teamCards__item .teamCards__main {
  width: calc(35% - 20px);
}
.teamCards__item .teamCards__content {
  background-color: #43276d;
}
.teamCards__item--large .teamCards__bio {
  width: 50%;
}
.teamCards__item--large .teamCards__main {
  width: calc(50% - 20px);
}
.teamCards__image {
  width: 100%;
}
.teamCards__content {
  color: #fff;
  padding: 12px 20px;
}
.teamCards__heading {
  margin: 0;
}
.teamCards__paragraph {
  margin: 0;
}
.teamCards__bio {
  display: none;
}
@media (max-width: 670px) {
  .teamCards__item {
    width: calc(50% - 20px);
  }
  .teamCards__item .teamCards__bio,
  .teamCards__item .teamCards__main {
    width: 100%;
  }
}
@media (max-width: 670px) {
  .teamCards__item {
    width: 100%;
  }
}

.pagination {
  width: 100%;
  padding: 0;
  margin: 50px 0 0;
  text-align: center;
  font-size: 14px;
  list-style: none;
}
.pagination-container {
  margin: 0 auto;
}
.pagination__item {
  color: #767676;
  text-decoration: none;
  padding: 8px;
  padding: 5px 10px 7px;
  border-radius: 5px;
  display: inline-block;
}
.pagination__current {
  color: #fff;
  position: relative;
}
.pagination__current::before {
  position: absolute;
  content: "";
  background-color: #43276d;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  margin-top: -1px;
}
.pagination__next, .pagination__previous {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #43276d;
  display: inline-block;
  border-radius: 0;
  padding: 0;
  margin: 0 0 -5px 50px;
}
.pagination__previous {
  transform: rotate(180deg);
  margin: 0 50px -5px 0;
}

.map {
  position: relative;
  padding-bottom: 60%;
}
.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
}
.cards__item {
  padding: 1rem;
  background-color: #43276d;
  color: #fff;
  width: calc(33.33% - 1rem);
  margin: 0 1rem 1rem 0;
  text-decoration: none;
  transition: ease 0.4s;
}
.cards__item:hover {
  opacity: 0.7;
}
.cards__image {
  margin: -1rem -1rem 1rem;
  width: calc(100% + 2rem);
  max-width: 200%;
}
.cards__link {
  display: block;
  color: #fff;
  margin-bottom: 0.5rem;
}
.cards .button {
  margin-top: 1rem;
}
.cards h3 {
  margin: 0;
}
@media (max-width: 900px) {
  .cards__item {
    width: calc(33.333% - 1rem);
  }
}
@media (max-width: 680px) {
  .cards__item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  .cards {
    margin-top: 3rem;
    margin-right: 0;
  }
  .cards__item {
    width: 100%;
    margin-right: 0;
  }
}

.videoContainer {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  margin-bottom: 1.25rem;
}
.videoContainer iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.video-embed__heading {
  text-align: center;
}

.video-embed {
  position: relative;
  margin-top: 2rem;
}
.video-embed--narrow {
  max-width: 790px !important;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup {
  position: fixed;
  top: 10vh;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 500px;
  padding: 20px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: ease 0.4s;
}
.popup__content {
  padding: 40px;
  background-color: #fff;
  transform: translateY(30%);
  transition: ease 0.4s;
  max-height: 82vh;
  overflow: scroll;
}
.popup__button {
  margin-top: 20px;
}
.popup__image {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  max-width: 1.1rem;
}
.popup::after {
  content: "";
  position: absolute;
  top: -100vh;
  left: -100vw;
  width: 9999px;
  height: 9999px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  transition: ease 0.4s;
}
.popup--active {
  opacity: 1;
  pointer-events: all;
}
.popup--active .popup__content {
  transform: translateY(0);
}
@media (max-width: 400px) {
  .popup {
    padding: 10px;
  }
  .popup p {
    font-size: 14px;
  }
  .popup__content {
    padding: 20px;
  }
}

.intro-accordion {
  position: relative;
  padding-bottom: 4rem;
  border-bottom: 1px solid;
}
.intro-accordion__intro {
  max-width: 840px;
}
.intro-accordion__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  text-decoration: underline;
  position: absolute;
  bottom: 2.5rem;
  padding: 0;
  text-align: left;
}
.intro-accordion__button::after {
  content: "Read More";
}
.intro-accordion__button--active::after {
  content: "Read Less";
}
.intro-accordion__content > * {
  max-width: 840px;
}
.intro-accordion__content > *:first-of-type {
  margin-top: 0;
}

.story-slider {
  color: #fff;
}
.story-slider__item {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1rem 1rem 0;
}
.story-slider__text {
  width: calc(60% + 3rem);
  padding: 1rem 0 3.5rem 1.5rem;
}
.story-slider__quote {
  font-weight: 800;
  font-size: 1.6rem;
  margin: 0;
}
.story-slider__source {
  margin: 0.8rem 0 0;
}
.story-slider__image {
  width: 40%;
  margin-left: -3rem;
}
.story-slider__button {
  background-color: #fff;
  text-decoration: none;
  font-weight: 800;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  border: 2px solid #fff;
  transition: background-color 0.2s;
  margin-top: 1.5rem;
  display: inline-block;
}
.story-slider__button:hover {
  background-color: transparent;
  color: #fff !important;
}
.story-slider .slick-arrow {
  display: none !important;
}
.story-slider .slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 1rem;
  left: 2.5rem;
  display: flex;
  list-style: none;
}
.story-slider .slick-dots li {
  margin-right: 8px;
}
.story-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.story-slider .slick-dots button {
  font-size: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  display: block;
  padding: 0;
}

.resource-listing {
  margin-top: 2.5rem;
}
.resource-listing__subheading {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
.resource-listing__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -0.625rem 3rem;
  list-style: none;
}
.resource-listing__item {
  width: calc(100% - 1.25rem);
  margin: 0 0.625rem 1.2rem;
  position: relative;
  padding: 0;
  display: block;
}
@media (min-width: 480px) {
  .resource-listing__item {
    width: calc(50% - 1.25rem);
  }
}
@media (min-width: 800px) {
  .resource-listing__item {
    width: calc(33.33% - 1.25rem);
  }
}
.resource-listing__item a {
  text-decoration: none;
  padding: 22px 40px 19px 20px;
  display: block;
}
.resource-listing__item h4 {
  color: #fff;
  margin: 0;
  position: relative;
  padding-right: 20px;
  z-index: 2;
}
.resource-listing__item--color-two {
  background-color: #e6007d;
}
.resource-listing__item--color-three {
  background-color: #53b04b;
}
.resource-listing__item--color-four {
  background-color: #ef7a1a;
}
.resource-listing__item--color-five {
  background-color: #e52728;
}
.resource-listing__item--color-six {
  background-color: #0072bb;
}
.resource-listing__item--color-seven {
  background-color: #3ab8b9;
}
.resource-listing__item::after {
  content: "";
  background-image: url(/dist/img/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  transition: ease 0.4s;
}
.resource-listing__item:hover::after {
  top: calc(50% + 5px);
}
.resource-listing__item--external::after {
  transform: translateY(-50%);
}
.resource-listing__item--external:hover::after {
  top: 50%;
  right: 15px;
}

.simple-card {
  text-decoration: none;
  text-align: center;
  display: block;
}
.simple-card.category-color-three:hover .simple-card__button, .simple-card.category-color-three:focus .simple-card__button {
  color: #53b04b;
}
.simple-card:hover .simple-card__button, .simple-card:focus .simple-card__button {
  background-color: #fff;
}
.simple-card__heading {
  font-size: 1.37rem;
  margin: 1.3ex 0 0;
}
.simple-card__image {
  aspect-ratio: 1.3;
  background-size: cover;
  background-position: 50%;
  display: block;
  width: 100%;
}
.simple-card__image img {
  height: 0;
  width: 0;
  overflow: hidden;
}
.simple-card__button {
  display: block;
  font-weight: 800;
  color: #fff;
  background-color: #43276d;
  width: 100%;
  padding: 0.7rem;
  border-radius: 5px;
  transition: 0.3s;
  margin: 1.3ex 0 0;
}

.accordion {
  border-bottom: 1px solid;
  padding-bottom: 0.8rem;
  margin-top: 3rem;
}
.accordion + .accordion {
  margin-top: 0.8rem;
}
.accordion__trigger {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: unset;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
}
.accordion__trigger::after {
  display: none;
}
.accordion__heading {
  padding: 0;
  margin: 0;
}
.accordion__arrow {
  background-image: url(/dist/img/arrow-grey.svg);
  background-size: 0.7rem;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}
.accordion .intro-accordion__button--active .accordion__arrow {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion__draw {
  display: none;
}
.accordion__draw.open {
  display: block;
}
.accordion__downloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.accordion__downloads > * {
  width: calc(50% - 0.5rem);
  margin: 1rem 0 0;
}

.pagebuilder .testimonialContainer {
  margin-top: 2rem;
}

.overlapping-header {
  display: block;
  height: 1px;
}
@media (min-width: 1000px) {
  .overlapping-header {
    margin-top: -181px;
  }
}
@media (min-width: 800px) {
  .overlapping-header + .hero-slider .hero-two .hero-two__text {
    padding-top: 16rem;
  }
}
@media (min-width: 800px) {
  .overlapping-header + .hero-slider .hero-two .hero-two__image-col {
    padding-top: 9rem;
  }
}
@media (min-width: 800px) {
  .overlapping-header + .hero-two .hero-two__text {
    padding-top: 16rem;
  }
}
@media (min-width: 800px) {
  .overlapping-header + .hero-two .hero-two__image-col {
    padding-top: 9rem;
  }
}

@media (min-width: 1000px) {
  .body:has(.overlapping-header) .header {
    border-bottom: 0;
  }
  .body:has(.overlapping-header) .header:not(.header--scroll) {
    background: transparent;
  }
}
.hero-two {
  padding: 2rem 0 0 0;
  position: relative;
}
@media (min-width: 800px) {
  .hero-two {
    padding: 4rem 2rem 0 0;
  }
}
.hero-two.bg-pain-management .hero-two__heading,
.hero-two.bg-pain-management .hero-two__copy {
  color: #303030;
}
.hero-two.bg-pain-management .hero-two__button {
  background-color: #D22730;
  border: 1px solid #D22730;
}
.hero-two.bg-pain-management .hero-two__button span {
  color: #fff;
}
.hero-two.bg-pain-management .hero-two__button:hover {
  background-color: #fff;
}
.hero-two.bg-pain-management .hero-two__button:hover span {
  color: #D22730 !important;
  filter: unset;
}
.hero-two__svg-bg {
  display: none;
}
@media (min-width: 800px) {
  .hero-two__svg-bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    opacity: 0.17;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzg5IiBoZWlnaHQ9IjYyMyIgdmlld0JveD0iMCAwIDc4OSA2MjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjU1OTQ0OCAwLjgwMjYxMkg3ODguODU5VjYyMi44MDNIMC41NTk0NDhMMjAzLjM1OSA0MTguMjAzTDAuNTU5NDQ4IDAuODAyNjEyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
    background-size: cover;
    background-position: -20% 50%;
    background-repeat: no-repeat;
  }
}
.hero-two__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.hero-two__text {
  width: 100%;
  color: #fff;
  padding-bottom: 3rem;
}
@media (min-width: 800px) {
  .hero-two__text {
    width: calc(50% - 2rem);
  }
}
.hero-two__heading {
  font-size: 32px;
  margin: 0;
}
@media (min-width: 800px) {
  .hero-two__heading {
    font-size: 46px;
  }
}
.hero-two__copy {
  font-size: 18px;
  margin: 1.5ex 0 0;
}
@media (min-width: 800px) {
  .hero-two__copy {
    font-size: 22px;
  }
}
.hero-two__button {
  text-decoration: none;
  margin: 3.8ex 0 0;
  display: inline-block;
  background-color: #fff;
  padding: 1ex 2.5ex;
  font-weight: 600;
  border-radius: 0.4ex;
  border: 1px solid #fff;
}
.hero-two__button:hover {
  background-color: currentColor;
}
.hero-two__button:hover span {
  filter: brightness(100);
}
.hero-two__image-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 800px) {
  .hero-two__image-col {
    width: calc(50% - 2rem);
  }
}
.hero-two__image {
  display: block;
  width: 100%;
}
.hero-slider {
  position: relative;
}
.hero-slider .slick-arrow {
  display: none !important;
}
.hero-slider .slick-dots {
  padding: 0;
  margin: 0;
  display: flex !important;
  list-style: none;
}
.hero-slider .slick-dots li {
  margin: 0;
  transform: scale(0.55);
}
.hero-slider .slick-dots li.slick-active button {
  background: transparent;
}
.hero-slider .slick-dots button {
  font-size: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 100%;
  width: 0.2rem;
  aspect-ratio: 1;
  border: 6px solid #422774;
  background: #422774;
}
@media (min-width: 800px) {
  .hero-slider .hero-two__text {
    padding-bottom: 5rem;
  }
  .hero-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 20px;
    list-style: none;
  }
  .hero-slider .slick-dots li button {
    border: 6px solid #fff;
    background: #fff;
  }
}

.self-help-tool {
  margin-top: 4rem;
}
.self-help-tool .container {
  max-width: 850px;
}
.self-help-tool .field__instructions {
  display: none;
}
.self-help-tool .form__row {
  background-color: #F5F4F5;
  padding: 2rem;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.self-help-tool .form__row .form__row {
  margin-bottom: 0;
  padding: 1rem 2rem;
}
.self-help-tool .form__row .form__row .field__label {
  font-size: 18px;
}
.self-help-tool .form__row fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.self-help-tool .field__label {
  font-weight: 600;
  font-size: 28px;
  color: #53b04b;
  margin-bottom: 0.7ex;
  display: block;
}
.self-help-tool select {
  display: block;
  width: 100%;
  padding: 1.4ex;
}
.self-help-tool .field-checkbox-item {
  margin-bottom: 0.5rem;
}
.self-help-tool .button-wrapper {
  display: flex;
  justify-content: flex-end;
}
.self-help-tool .tool-button {
  position: relative;
}
.self-help-tool .tool-button input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: #53b04b;
  color: #fff;
  font-weight: 600;
  border: 1px solid #53b04b;
  padding: 1.25ex 2.1rem 1ex 2ex;
  transition: 0.2s;
  cursor: pointer;
  border-radius: 4px;
}
.self-help-tool .tool-button svg {
  position: absolute;
  top: 1.4ex;
  right: 1.3ex;
  width: 1rem;
  pointer-events: none;
  transition: 0.2s;
}
.self-help-tool .tool-button:hover input {
  background-color: #fff;
  color: #53b04b;
}
.self-help-tool .tool-button:hover svg path {
  fill: #53b04b;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(5px);
}
.modal--active {
  opacity: 1;
  pointer-events: all;
}
.modal fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.modal .field__input {
  display: block;
  width: 100%;
  padding: 1.1ex;
}
.modal .button {
  color: #fff;
  background-color: #43276d;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #43276d;
}
.modal .button:hover {
  color: #43276d;
  background-color: #fff;
}
.modal__content {
  position: relative;
  background-color: #fff;
  max-width: 34rem;
  margin: 8rem auto 0;
  padding: 3rem;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
  animation: modalIn;
  animation-duration: 1s;
}
.modal__close {
  background: transparent;
  border: 0;
  padding: 0;
  width: 1rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.modal__heading {
  margin-top: 0;
}
.modal__intro {
  margin: 0;
}
.modal__form {
  margin-top: 1rem;
}
.modal__form label,
.modal__form input {
  width: 100%;
}
.modal__form-row {
  display: flex;
  flex-wrap: wrap;
}
.modal__form-row input {
  width: calc(100% - 100px);
  border-radius: 0.5ex 0 0 0.5ex;
  border: 1px solid;
}
.modal__form-row button {
  width: 100px;
  margin: 0 0 0 -2px;
  border-radius: 0 0.5ex 0.5ex 0;
  cursor: pointer;
}
.modal__password-reset {
  margin-top: 1.8ex;
  display: block;
  text-decoration: underline;
}

@keyframes modalIn {
  from {
    top: 4rem;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.donorfy-form table,
.donorfy-form tbody,
.donorfy-form tr,
.donorfy-form td {
  display: block;
}
.donorfy-form table {
  width: 100%;
}
.donorfy-form table:nth-of-type(2) tbody {
  display: block;
}
.donorfy-form tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.donorfy-form tr {
  margin-top: 1.2rem;
  width: 100%;
}
@media (min-width: 540px) {
  .donorfy-form tr {
    width: calc(50% - 0.8rem);
  }
}
.donorfy-form tr:nth-of-type(6) {
  display: none;
}
.donorfy-form input[type=text],
.donorfy-form input[type=email],
.donorfy-form textarea,
.donorfy-form select {
  border: 1px solid;
}
.donorfy-form select {
  height: 42px;
  border-radius: 5px;
  padding: 0 10px;
  width: 100%;
}
.donorfy-form label {
  font-size: 16px;
  font-weight: 400;
}
.donorfy-form br {
  display: none;
}
.donorfy-form #Amount {
  display: inline-block;
  width: calc(100% - 21px);
  border-radius: 0 5px 5px 0;
}
.donorfy-form #AmountPrefix {
  height: 41px;
  padding: 19px 0 0;
  border-radius: 5px 0 0 5px;
}
.donorfy-form label:has(#OneOffPayment),
.donorfy-form label:has(#RecurringPayment),
.donorfy-form label:has(#MonthlyPayment),
.donorfy-form label:has(#QuarterlyPayment),
.donorfy-form label:has(#AnnualPayment) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 10px;
}
.donorfy-form label:has(#OneOffPayment) span,
.donorfy-form label:has(#RecurringPayment) span,
.donorfy-form label:has(#MonthlyPayment) span,
.donorfy-form label:has(#QuarterlyPayment) span,
.donorfy-form label:has(#AnnualPayment) span {
  width: calc(100% - 25px);
  margin: 0;
}
.donorfy-form label:has(#OneOffPayment) input,
.donorfy-form label:has(#RecurringPayment) input,
.donorfy-form label:has(#MonthlyPayment) input,
.donorfy-form label:has(#QuarterlyPayment) input,
.donorfy-form label:has(#AnnualPayment) input {
  width: 15px;
  margin: 0;
  position: relative;
  bottom: 2px;
}
.donorfy-form div:has(#GiftAid) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 10px;
  flex-wrap: wrap;
}
.donorfy-form div:has(#GiftAid) p {
  width: 100%;
}
.donorfy-form div:has(#GiftAid) label {
  width: calc(100% - 25px);
  margin: 0;
}
.donorfy-form div:has(#GiftAid) input {
  width: 15px;
  margin: 0;
  position: relative;
  bottom: 2px;
}
.donorfy-form .kit-checkbox div:has(.KeepInTouch) {
  display: flex;
}
.donorfy-form .kit-checkbox div:has(.KeepInTouch) span {
  width: calc(100% - 25px);
  margin: 0;
}
.donorfy-form .kit-checkbox div:has(.KeepInTouch) input {
  width: 15px;
  margin: 0;
  position: relative;
  bottom: 2px;
}

.donorfy-button {
  margin-top: 1rem;
  display: inline-block;
}

.cards-intro {
  max-width: 700px;
  margin-bottom: 1rem;
}
.cards-intro__heading {
  margin: 0;
}
.cards-intro__copy {
  margin: 1ex 0 0;
}

.pain-management-cards {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -0.5rem;
}
.pain-management-cards__item {
  width: calc(100% - 1rem);
  margin: 1rem 0.5rem 0;
  text-decoration: none;
  text-align: center;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 500px) {
  .pain-management-cards__item {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 800px) {
  .pain-management-cards__item {
    width: calc(25% - 1rem);
  }
}
.pain-management-cards__item:hover img {
  opacity: 0.5;
}
.pain-management-cards__image img {
  mix-blend-mode: soft-light;
  transition: 0.3s;
  display: block;
  width: 100%;
}
.pain-management-cards__heading {
  margin: 1ex 0;
}
.pain-management-cards__cta {
  color: #fff;
  padding: 0.6ex;
}
.pain-management-cards__cta p {
  margin: 0;
  font-weight: 800;
}

.page-builder-form .form__background {
  padding: 2rem;
  background-color: #D9D9D9;
}
.page-builder-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-builder-form .form__row {
  width: calc(50% - 1rem);
}
.page-builder-form .form__row:has(textarea) {
  width: 100%;
}
.page-builder-form--pain-management {
  background-color: #F5F4F5;
  padding-top: 12rem;
  margin-top: -8rem !important;
}
.page-builder-form--pain-management .form {
  max-width: 790px;
  margin: auto;
}
.page-builder-form--pain-management h2,
.page-builder-form--pain-management .paragraph-large {
  text-align: center;
}
.page-builder-form--pain-management .form__background {
  padding: 0;
  background-color: transparent;
}
.page-builder-form--pain-management button {
  background-color: #D22730;
  border: 1px solid #D22730;
  color: #fff;
}
.page-builder-form--pain-management button:hover {
  background-color: #fff;
  border: 1px solid #D22730;
  color: #D22730;
}

/*# sourceMappingURL=style.css.map*/