/* Brand palette */
/* Greys */
/* Text */
/*Color with transperancy*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  overscroll-behavior-y: contain;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

.black {
  color: #0f0f0f !important;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

ul li ul {
  margin-top: 15px;
  margin-left: 10px;
}

ul li ul li:before {
  width: 5px;
  height: 2px;
  top: 10px;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background: #ffffff;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  width: 100%;
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

input,
select {
  background: #fff;
  padding: 15px 20px;
  border-radius: 50px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  color: #5b7f95;
  font-family: Heebo, sans-serif;
  font-size: 16px;
}

input.is-error,
select.is-error {
  border: 2px solid red;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: smooth;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: smooth !important;
  }
}
sup {
  font-size: 10px;
}

.node .field--type-image {
  float: none;
}

.block .content {
  margin-top: 0;
}

.node__meta {
  display: none;
}

/* Custom utility classes */
.lg {
  display: none;
}
@media screen and (min-width: 768px) {
  .lg {
    display: block;
  }
}

.no_scroll {
  overflow: hidden !important;
}

.cust-pb-3 {
  padding-bottom: 30px;
}

.cust-pt-2 {
  padding-top: 20px;
}

.cust-pt-7 {
  padding-top: 70px;
}

.cust-mt-i-6 {
  margin-top: 6px !important;
}

.ml-i-0 {
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pl-0 {
  padding-left: 0;
}

.pl-2 {
  padding-left: 20px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.w-100 {
  width: 100%;
}

.overflowX-auto {
  overflow-x: auto;
}

.cust-46 {
  width: 460px;
}

.cust-w-58 {
  min-width: 580px;
}

.cust-w-69 {
  width: 690px;
}

.cust-w-74 {
  width: 740px;
}

.cust-w-80 {
  min-width: 800px;
}

.cust-w-89 {
  width: 890px;
}

.cust-w-110 {
  width: 1100px;
}

.maxw-37 {
  max-width: 370px;
}

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

.fs-12 {
  font-size: 0.75em !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-16-20 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 1.1em !important;
}

.fs-20 {
  font-size: 1.25em !important;
}

.fs-24 {
  font-size: 1.5em !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fw-bold {
  font-weight: bold !important;
}

.ff-heebo-bold {
  font-family: Heebo-bold, "Heebo", sans-serif !important;
}

.ff-heebo {
  font-family: Heebo, sans-serif !important;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

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

.d-none {
  display: none;
}

.hide-br br {
  display: none;
}

.jc-center {
  justify-content: center;
}

@media (min-width: 600px) {
  .fs-14 {
    font-size: 16px !important;
  }

  .fs-16 {
    font-size: 18px !important;
  }

  .fs-16-20 {
    font-size: 20px !important;
  }

  .fs-md-24 {
    font-size: 1.5em !important;
  }

  .fs-26 {
    font-size: 28px !important;
  }

  .fs-md-40 {
    font-size: 2.5em !important;
  }
}
@media (min-width: 768px) {
  .fs-md-14 {
    font-size: 0.875em !important;
  }

  .d-md-block {
    display: block;
  }

  .d-md-flex {
    display: flex;
  }

  .show-md-br br {
    display: block;
  }

  .d-md-none {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .show-desktop {
    padding-left: 3em;
    width: calc(100% - 250px);
  }
}
@media (max-width: 1200px) {
  .d-xl-flex {
    display: flex;
  }

  .jc-xl-center {
    justify-content: center;
  }

  .md-mr12 {
    margin-right: 12px;
  }
}
/* Brand palette */
/* Greys */
/* Text */
/*Color with transperancy*/
@font-face {
  font-family: HeeboBlack;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/heebo/Heebo-Black.ttf) format("truetype");
}
@font-face {
  font-family: HeeboBold;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/heebo/Heebo-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Heebo-Bold;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/heebo/Heebo-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Heebo-Medium;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/heebo/Heebo-Bold.ttf) format("truetype");
}
@font-face {
  font-family: HeeboItalic;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/heebo/Heebo-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Heebo;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/heebo/Heebo-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Heebo-Regular;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/heebo/Heebo-Regular.ttf) format("truetype");
}
@font-face {
  font-family: HeeboLight;
  font-style: normal;
  font-weight: lighter;
  src: url(../fonts/heebo/Heebo-Light.ttf) format("truetype");
}
@font-face {
  font-family: Heebo-Light;
  font-style: normal;
  font-weight: lighter;
  src: url(../fonts/heebo/Heebo-Light.ttf) format("truetype");
}
html,
body {
  font-size: 1rem;
  font-family: Heebo, sans-serif;
  min-height: auto;
}

a {
  border: none;
}
a:hover {
  border: none;
}

p,
li {
  color: black;
  position: relative;
  line-height: 1.75rem;
  font-size: 1.125rem;
}

ul {
  margin-top: 1.25rem;
}
ul li {
  margin-bottom: 0.75rem;
}
ul li:last-child {
  margin-bottom: 0;
}

ul > li ul {
  padding-left: 0;
  margin-top: 1rem;
}
ul > li ul li {
  font-size: 1rem;
  font-weight: 300;
  font-family: HeeboLight, Heebo, sans-serif;
}

p {
  padding-left: 0;
  margin: 0;
}

sup {
  font-size: 10px;
}

h2 strong sup,
sup strong,
strong sup,
h2 sup,
h3 sup,
h6 sup,
p sup,
li sup {
  vertical-align: middle;
}

sup.black {
  color: #0f0f0f;
}

ul li {
  list-style: none;
  position: relative;
  padding-left: 1.25rem;
}

ul li:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: #3eb1c8;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0.5rem;
}

h1.aqua {
  color: #3eb1c8;
}

h1.storm {
  color: #5b7f95;
}

h2.aqua {
  color: #3eb1c8;
}

h2.storm {
  color: #5b7f95;
}

h2.storm_80 {
  color: #5b7f95;
}
@media screen and (min-width: 1360px) {
  h2.storm_80 {
    width: 81%;
  }
}

h3.magenta {
  color: #d9027d;
  padding-bottom: 1rem;
}

h3.storm {
  color: #5b7f95;
}

h3.aqua {
  color: #3eb1c8;
}

h4.storm {
  color: #5b7f95;
}

h4.magenta {
  color: #d9027d;
  padding-bottom: 1rem;
}

p.storm {
  color: #5b7f95;
}

/* Brand palette */
/* Greys */
/* Text */
/*Color with transperancy*/
.hd-app-container {
  text-align: center;
  max-width: 85rem;
}

.hd-container {
  max-width: 90rem;
}

.hd-app-container,
.hd-container {
  width: 100%;
  margin: 0 auto;
  padding: 1em 0.5em;
}

.hd-link {
  border-bottom: 0.125rem solid #3eb1c8;
  font-family: Heebo-Medium, Heebo, sans-serif;
  cursor: pointer;
}

/* site leave pop-up menu - module doesn't use templates, local css nor BEM class styling*/
.external-link-popup {
  min-width: 20rem;
  max-width: 37.5rem;
  bottom: 50% !important;
  left: 50% !important;
  overflow: auto;
  transform: translate(-50%, 50%);
  top: revert !important;
}

.external-link-popup {
  min-width: 20rem;
  max-width: 37.5rem;
  padding: 2em 2em 1em 2em;
  border-radius: 0.625rem;
  /* left: 50% !important;
    bottom: 50% !important;
    top: inherit !important;
    transform: translate(-50%, 50%) !important; */
}

.external-link-popup {
  min-width: 20rem;
  max-width: 37.5rem;
}

button,
button:active,
button:focus {
  outline: none;
}

/* error page */
.c .body {
  color: #595454;
}

.error-page {
  font-weight: 400;
  padding-top: 7.5rem;
  padding-bottom: 8.75rem;
}

.error-page h2 {
  font-size: 2.25rem;
  margin-bottom: 0rem;
  line-height: 1;
}

.field--type-entity-reference {
  font-family: Heebo, sans-serif;
  margin: 0;
}

.main-content-container {
  width: 90%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .main-content-container {
    width: 93%;
    padding: 0 1rem;
    max-width: 85rem;
  }
}
.main-content-container.has-sidebar {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 991px) {
  .main-content-container.has-sidebar {
    flex-direction: row;
  }
}
.main-content-container.has-sidebar .sidebar .section,
.main-content-container.has-sidebar #sidebar-first .section {
  padding-inline: 0;
}
@media screen and (min-width: 991px) {
  .main-content-container.has-sidebar .sidebar,
.main-content-container.has-sidebar #sidebar-first {
    flex-basis: 13.125rem;
    max-width: 13.125rem;
    left: 0;
    height: 100%;
    position: sticky;
    top: 0;
  }
}
.main-content-container.has-sidebar .main-content {
  flex: 1;
  margin: 0;
}
@media screen and (min-width: 53.1875rem) {
  .main-content-container.has-sidebar .main-content {
    width: 100%;
  }
}
@media screen and (min-width: 991px) {
  .main-content-container.has-sidebar .main-content {
    margin-left: 3.75rem;
    max-width: 68.125rem;
    width: 70%;
  }
}

.hd-app-container {
  text-align: center;
  display: block;
  width: 100%;
}

.splide__arrow {
  background-color: transparent;
}

/* Custom pages classes */
.clinical-program .side-by-side.container {
  margin-top: 0;
}
@media screen and (min-width: 991px) {
  .clinical-program .side-by-side.container {
    margin-top: -4.375rem;
  }
}

.landing-page .field__item {
  position: relative;
}

.resources .region-content {
  flex-wrap: wrap;
  max-width: 66.9375rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.resources .region-content #block-pagetitle {
  flex-basis: 100%;
}

.ui-dialog .ui-icon-closethick {
  background-image: url("../images/close-ui-dialog.png") !important;
  background-position: 0;
}
.ui-dialog .ui-dialog-titlebar.ui-widget-header {
  background: transparent;
  border: none;
  font-size: 22px;
  padding: 0;
  position: unset;
  margin-bottom: 1rem;
}
.ui-dialog .ui-dialog-titlebar.ui-widget-header span.ui-dialog-title {
  white-space: break-spaces;
}
.ui-dialog.ui-widget.ui-widget-content {
  max-width: unset;
  width: 676px !important;
  border: 4px solid #dbe2e9;
  padding: 3rem 6rem 3rem 3rem;
}
@media screen and (max-width: 768px) {
  .ui-dialog.ui-widget.ui-widget-content {
    padding: 3rem 2rem;
    width: 90% !important;
  }
}
.ui-dialog .ui-dialog-content.external-link-popup-content {
  max-height: unset !important;
  padding: 0;
  margin-bottom: 2rem;
}
.ui-dialog .ui-dialog-content.external-link-popup-content p {
  font-size: 18px;
}
.ui-dialog .ui-dialog-buttonpane.ui-helper-clearfix {
  border: none;
  background: transparent;
  padding: 0;
}
.ui-dialog .ui-dialog-buttonpane.ui-helper-clearfix .ui-dialog-buttonset {
  float: left;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .ui-dialog .ui-dialog-buttonpane.ui-helper-clearfix .ui-dialog-buttonset {
    gap: unset;
    justify-content: space-around;
  }
}
.ui-dialog .ui-dialog-buttonpane.ui-helper-clearfix .ui-dialog-buttonset button {
  font-size: 16px;
  border-radius: 2rem;
  padding: 1rem 2rem;
  border: none;
  font-weight: bold;
  background-image: none;
  white-space: nowrap;
  margin-right: 1rem;
  margin-left: 0;
}
.ui-dialog .ui-dialog-buttonpane.ui-helper-clearfix .ui-dialog-buttonset button:first-child {
  background-color: #3eb1c8;
  color: white;
}
.ui-dialog .ui-dialog-buttonpane.ui-helper-clearfix .ui-dialog-buttonset button:last-child {
  background-color: #dbe2e9;
  color: #5b7f95;
}
.ui-dialog .ui-dialog-titlebar-close.ui-corner-all {
  top: 1rem;
}

a:focus, a:active {
  border-bottom-style: none !important;
}

@media (max-width: 61.9375rem) {
  .enable-scrolling .field--name-field-media-image {
    overflow: auto;
    position: relative;
    /* &::after {
       content: "";
       position: absolute;
       width: 1.25rem;
       height: 100%;
       background-image: linear-gradient(to right, transparent, white);
       top: 0;
       right: 0;
     }*/
  }
  .enable-scrolling .field--name-field-media-image img {
    height: auto !important;
    width: 43.75rem !important;
    max-width: 43.75rem;
  }
}
.enable-scrolling .hd-components__component {
  display: block !important;
}

.os-theme-dark .os-scrollbar-horizontal .os-scrollbar-track-off {
  height: 5px;
  background-color: rgba(174, 37, 115, 0.4);
}
.os-theme-dark .os-scrollbar-horizontal .os-scrollbar-track-off .os-scrollbar-handle {
  background: #ae2573 !important;
}
.os-theme-dark .os-scrollbar-horizontal .os-scrollbar-track-off .os-scrollbar-handle :hover {
  background: #ae2573 !important;
}

.node__content {
  margin-top: 0 !important;
}

.hd-header {
  display: flex;
  width: 100%;
  background: #ffffff;
  transition: all 0.5s ease;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  height: 5rem;
  z-index: 999;
}
@media (min-width: 1250px) {
  .hd-header {
    height: auto !important;
  }
}
.hd-header.is-sticky {
  min-height: 4.5625rem;
  top: 0;
  position: fixed;
}
@media screen and (min-width: 1250px) {
  .hd-header.is-sticky {
    top: 0;
  }
}
.hd-header.is-sticky .hd-top-links--user {
  margin-right: 0 !important;
}
.hd-header.is-sticky .hd-menu {
  padding: 0 0.5rem 0 1rem;
  flex: 1;
}
@media screen and (min-width: 1250px) {
  .hd-header.is-sticky .hd-menu {
    margin-left: 4rem;
  }
}
.hd-header.is-sticky .not-sticky {
  display: none !important;
}
.hd-header.is-sticky .region-header {
  align-items: center;
}
.hd-header.is-sticky .region-header .hd-header__logo {
  max-width: 3.125rem;
  padding-right: 0;
}
.hd-header.is-sticky .region-header .hd-header__logo img.only-sticky {
  display: flex;
  max-width: 210%;
  max-height: unset;
  width: auto;
}
.hd-header.is-sticky .region-header .hd-header__right {
  flex-direction: row-reverse;
}
.hd-header.is-sticky .region-header .hd-header__right .hd-header__menu .hd-menu {
  flex: 1;
}
@media (min-width: 1250px) {
  .hd-header.is-sticky .region-header .hd-header__right .hd-header__menu .hd-menu {
    padding: 0 0.5rem 0 1rem;
  }
}
.hd-header.is-sticky .region-header .hd-header__right .hd-header__menu .hd-top-links {
  width: 9.375rem;
  justify-content: space-between;
}
@media screen and (min-width: 1250px) {
  .hd-header.is-sticky .region-header .hd-header__right .hd-header__menu .hd-top-links.only-sticky.is-sticky {
    display: flex;
    align-items: center;
  }
}
.hd-header.is-sticky .region-header .hd-header__right .hd-header__menu .hd-top-links.is-sticky {
  padding-left: 2rem;
}
.hd-header.is-sticky .region-header .hd-header__right .hd-header__menu .hd-top-links.is-sticky .not-sticky {
  display: none;
}
.hd-header.is-sticky .region-header .hd-header__right .hd-header__menu .hd-top-links.is-sticky .hd-top-links--links--pi {
  color: #ffffff;
  position: relative;
  margin-left: 0.9375rem;
  cursor: pointer;
  font-size: 0.875rem;
  text-decoration: underline;
  white-space: nowrap;
}
.hd-header.is-sticky .region-header .hd-header__right .hd-header__menu .hd-top-links.is-sticky .hd-top-links--links--pi p {
  display: none;
}
.hd-header.is-sticky .region-header .hd-header__right .hd-header__menu .hd-top-links.is-sticky .hd-top-links--links--pi:before {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/pi-icon.4d201785.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.hd-header.is-sticky .region-header .hd-header__right .hd-header__menu .hd-top-links.is-sticky .hd-top-links--links--safety {
  color: #fffeff;
  position: relative;
  margin-left: 0.9375rem;
  cursor: pointer;
  font-size: 0.875rem;
  text-decoration: underline;
  padding: 0 1rem;
  white-space: nowrap;
}
.hd-header.is-sticky .region-header .hd-header__right .hd-header__menu .hd-top-links.is-sticky .hd-top-links--links--safety p {
  display: none;
}
.hd-header.is-sticky .region-header .hd-header__right .hd-header__menu .hd-top-links.is-sticky .hd-top-links--links--safety:before {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/safety-link.fc37aedd.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.hd-header.is-sticky .region-header .hd-header__right .hd-header__menu .hd-top-links.is-sticky .hd-top-links--sub-menu {
  display: none;
}
.hd-header.is-sticky .region-header a.user-link {
  color: #5b7f95;
}
.hd-header.is-sticky .only-sticky.is-sticky {
  display: flex;
  align-items: center;
}
.hd-header .region-header {
  color: #5b7f95;
}
.hd-header .region-header .field--name-field-cta {
  display: flex;
}
@media screen and (max-width: 1250px) {
  .hd-header .region-header .field--name-field-cta {
    flex-direction: column;
  }
}
.hd-header .region-header .field--name-field-cta a {
  color: #5b7f95;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  margin-left: 0.9375rem;
  position: relative;
  text-decoration: underline;
  white-space: nowrap;
}
.hd-header .region-header .field--name-field-cta a :hover {
  color: #5b7f95;
}
.hd-header .region-header .field--name-field-cta a img {
  height: 1.875rem;
  width: auto;
}
.hd-header .region-header .field--name-field-cta a span {
  padding-left: 0.625rem;
}
@media screen and (max-width: 1250px) {
  .hd-header .region-header .field--name-field-cta a span {
    display: block !important;
  }
}
@media (min-width: 991px) {
  .hd-header .region-header {
    padding: 1rem 1rem 0 1rem;
    margin-inline: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}
.hd-header .region-header .hd-header__logo {
  max-width: 6.25rem;
  padding-right: 0;
  cursor: pointer;
}
@media screen and (min-width: 1250px) {
  .hd-header .region-header .hd-header__logo {
    max-width: 12.5rem;
    padding-bottom: 0.25rem;
  }
}
.hd-header .region-header .hd-header__logo img.only-sticky {
  display: none;
  max-height: 100%;
}
.hd-header .region-header .hd-header__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: static;
}
.hd-header .region-header .hd-header__right .hd-header__top {
  display: none;
}
@media (min-width: 1250px) {
  .hd-header .region-header .hd-header__right .hd-header__top {
    display: flex;
    justify-content: flex-end;
  }
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links {
  display: flex;
  align-items: center;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links a {
  color: #5b7f95;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links--user {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #5b7f95;
  position: relative;
  top: 0.125rem;
  margin-right: 0.9375rem;
  flex-shrink: 0;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links--user-img {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.4375rem;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links--links {
  cursor: pointer;
  font-size: 0.875rem;
  color: #5b7f95;
  text-decoration: underline;
  padding: 0 1em;
  border-right: 0.0625rem solid rgba(91, 127, 149, 0.5);
  white-space: nowrap;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links--links--safety {
  padding-right: 0;
  border-right: none;
  position: relative;
  margin-left: 0.9375rem;
  padding-left: 2.5rem;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links--links--safety:before {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/safety-link.fc37aedd.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links--links--pi {
  position: relative;
  margin-left: 0.9375rem;
  padding-left: 2.5rem;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links--links--pi:before {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/pi-icon.4d201785.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links .field--name-field-cta {
  display: flex;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links .field--name-field-cta a {
  color: #5b7f95;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  margin-left: 0.9375rem;
  position: relative;
  text-decoration: underline;
  white-space: nowrap;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links .field--name-field-cta a :hover {
  color: #5b7f95;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links .field--name-field-cta a img {
  height: 1.875rem;
  width: auto;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links .field--name-field-cta a span {
  padding-left: 0.625rem;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links--sub-menu {
  background: #f1f4f5;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  position: absolute;
  left: 0;
  top: 4.5625rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links--sub-menu.is-active {
  opacity: 1;
  pointer-events: auto;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links--sub-menu .hd-top-links--links {
  color: #0f0f0f;
  font-size: 0.875rem;
  padding-right: 0;
  border-right: none;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links--sub-menu .hd-container {
  display: flex;
  justify-content: flex-end;
  padding-right: 7.5rem;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links.is-sticky {
  padding-left: 2em;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links.is-sticky .not-sticky {
  display: none;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links.is-sticky .hd-top-links--user {
  margin-right: 0;
  cursor: pointer;
  flex-shrink: 0;
  padding: 1em;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links.is-sticky .hd-top-links--user img {
  margin-right: 0;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links.is-sticky .hd-top-links--user.is-active {
  background: #f1f4f5;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links.is-sticky .hd-top-links--links--safety p {
  display: none;
}
.hd-header .region-header .hd-header__right .hd-header__top .hd-top-links.is-sticky .hd-top-links--links--pi p {
  display: none;
}
@media (max-width: 991px) {
  .hd-header .region-header .hd-header__right .hd-header__top .hd-top-links.only-sticky {
    width: 100%;
    display: none;
  }
}
.hd-header .region-header .hd-header__right .mobile_toggle {
  float: right;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  background: url(../images/mobile-menu.689bac50.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  font-size: 0;
}
@media (min-width: 1250px) {
  .hd-header .region-header .hd-header__right .mobile_toggle {
    display: none;
  }
}
.hd-header .region-header .hd-header__right .mobile_toggle.open {
  background: url(../images/close-interactive-overlay.83c189eb.svg);
  background-size: 2.1875rem;
  background-repeat: no-repeat;
  background-position: center;
}
.hd-header .region-header .hd-header__right .mobile_toggle > img {
  max-width: 2.1875rem;
  margin-top: 0.625rem;
  cursor: pointer;
}
.hd-header .region-header .hd-header__right .hd-header__menu {
  display: none;
}
@media (min-width: 1250px) {
  .hd-header .region-header .hd-header__right .hd-header__menu {
    display: flex;
    justify-content: center;
  }
}
.hd-header .region-header .hd-header__right .hd-header__menu.mobile_menu {
  width: 100%;
  float: left;
  position: absolute;
  right: 0;
  top: 100%;
  box-shadow: 0 1.5625rem 1.125rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1250px) {
  .hd-header .region-header .hd-header__right .hd-header__menu.mobile_menu {
    display: block;
    background-color: #ffffff;
    height: 82vh;
    padding: 1rem 2rem 2rem 2rem;
  }
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-menu {
  display: block;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0;
  max-height: 60vh;
  overflow: auto;
  margin-bottom: 0.9375rem;
}
@media (min-width: 1250px) {
  .hd-header .region-header .hd-header__right .hd-header__menu .hd-menu {
    display: flex;
    max-height: unset;
    overflow: unset;
    margin-bottom: unset;
  }
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item {
  line-height: 0.9375rem;
  text-transform: uppercase;
  flex: 1;
  padding: 1.4em 0.9375rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 1250px) {
  .hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item {
    padding: 1rem 1rem 1.5rem 1rem;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1250px) {
  .hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item:hover {
    background: #f1f4f5;
  }
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item a {
  font-size: 1.375rem;
  color: #5b7f95;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9375rem;
  cursor: pointer;
  text-transform: uppercase;
}
@media (min-width: 1250px) {
  .hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1250px) {
  .hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item .hd-menu__sub-menu {
    background: #f1f4f5;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    position: absolute;
    left: 0;
    margin-top: 1.2em;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 1.5em 1em;
    max-width: revert;
  }
}
@media (min-width: 1250px) {
  .hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item .hd-menu__sub-menu {
    margin-top: 1.7em;
  }
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item .hd-menu__sub-menu.hd-container {
  display: none;
  margin-top: 0.625rem;
  padding: 0.6rem 0;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item .hd-menu__sub-menu.hd-container.is-visible {
  display: flex;
  flex-direction: column;
  opacity: 1 !important;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item .hd-menu__sub-menu.hd-container.is-visible a {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 500;
  padding: 0.625rem 0;
  display: inline-block;
}
@media screen and (min-width: 1250px) {
  .hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item .hd-menu__sub-menu.hd-container {
    padding: 1rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
  }
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item .hd-menu__sub-menu .hd_mbnav {
  flex: 1;
}
@media (min-width: 1250px) {
  .hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item .hd-menu__sub-menu .hd_mbnav .hd-menu__item:hover {
    background: #f1f4f5;
  }
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item .hd-menu__sub-menu .hd_mbnav .hd-menu__item a {
  font-size: 0.875rem;
  color: black;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9375rem;
  cursor: pointer;
  text-transform: uppercase;
}
@media (min-width: 1250px) {
  .hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item .hd-menu__sub-menu .hd_mbnav .hd-menu__item.is-active {
    margin-left: -0.625rem;
  }
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item .hd-menu__sub-menu > div {
  width: 100%;
  text-align: left;
  max-width: 100%;
}
@media screen and (min-width: 1250px) {
  .hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item .hd-menu__sub-menu > div {
    text-align: center;
    flex: 1;
    max-width: 12.5rem;
  }
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item:hover .hd-menu__sub-menu {
  opacity: 1;
  pointer-events: auto;
  justify-content: center;
}
@media (min-width: 1250px) {
  .hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item.is-active {
    padding-left: 1.8125rem;
  }
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item.is-active a {
  color: #0f0f0f;
  transition: all 0.2s ease;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item.is-active:before {
  transition: all 0.2s ease;
  content: "";
  display: block;
  width: 0.3125rem;
  height: 1.125rem;
  background: #ae2573;
  position: relative;
  top: 1rem;
  margin-left: -0.625rem;
  margin-top: -0.1875rem;
}
/* .hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item sup {
  position: absolute;
  font-size: 0.5rem;
  margin-top: -0.125rem;
} */
.hd-header .region-header .hd-header__right .hd-header__menu .hd-menu__item.is-disabled {
  pointer-events: none;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-top-links.only-sticky.is-sticky {
  display: none;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-header-mobile__nav--secondary {
  position: absolute;
  left: 0;
  width: 100vw;
  bottom: 1.25rem;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-header-mobile__nav--secondary a {
  color: #5b7f95;
}
@media (min-width: 1250px) {
  .hd-header .region-header .hd-header__right .hd-header__menu .hd-header-mobile__nav--secondary {
    display: none;
  }
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-header-mobile__nav--secondary--top-row {
  display: flex;
  align-items: center;
  border-bottom: 0.0625rem solid rgba(91, 127, 149, 0.4);
  padding-bottom: 1em;
  padding-left: 2rem;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-header-mobile__nav--secondary--bottom-row {
  display: flex;
  padding-top: 1em;
  flex-direction: column;
  gap: 0.625rem;
  padding-left: 2rem;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-header-mobile__nav--secondary .hd-top-links.only-sticky {
  display: none !important;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-header-mobile__nav--secondary .hd-top-links--user {
  display: flex;
  align-items: center;
  font-size: 1.1em;
  margin-right: 2em;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-header-mobile__nav--secondary .hd-top-links--user img {
  margin-right: 0.625rem;
  width: 2.5rem;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-header-mobile__nav--secondary .hd-top-links--user-name {
  font-size: 1em;
  font-weight: 600;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-header-mobile__nav--secondary .hd-top-links--sign-out {
  font-size: 0.875rem;
  text-decoration: underline;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-header-mobile__nav--secondary .hd-top-links--links {
  font-size: 0.875rem;
  text-decoration: underline;
  margin-right: 2em;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-header-mobile__nav--secondary .hd-top-links--links--safety {
  position: relative;
  padding-left: 2rem;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-header-mobile__nav--secondary .hd-top-links--links--safety p {
  color: #5b7f95;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-header-mobile__nav--secondary .hd-top-links--links--safety:before {
  content: "";
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/safety-link.fc37aedd.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-header-mobile__nav--secondary .hd-top-links--links--pi {
  position: relative;
  padding-left: 2rem;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-header-mobile__nav--secondary .hd-top-links--links--pi p {
  color: #5b7f95;
}
.hd-header .region-header .hd-header__right .hd-header__menu .hd-header-mobile__nav--secondary .hd-top-links--links--pi:before {
  content: "";
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/pi-icon.4d201785.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
@media screen and (max-width: 1250px) {
  .hd-header .field__item:not(:last-child) a {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1250px) {
  .hd-header .field__item:not(:last-child) a span {
    padding-right: 0.625rem;
    border-right: 0.0625rem solid rgba(91, 127, 149, 0.5);
  }
}
.hd-header .hd-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 1250px) {
  .hd-header .hd-container {
    margin-inline: auto;
    padding: 1.625rem 1rem 0 1rem;
  }
}
.hd-header .hd-container > div {
  flex: 1;
}
@media screen and (min-width: 1250px) {
  .hd-header .hd-container:not(.hd-menu__sub-menu) {
    padding: 0.625em 1em 0 1em;
  }
}

/* Brand palette */
/* Greys */
/* Text */
/*Color with transperancy*/
.hd-footer {
  font-family: Heebo-Regular, Heebo, sans-serif;
  background: #f1f4f5;
  color: #5b7f95;
  padding: 2rem 0 1.5rem 0;
  font-size: 0.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hd-footer {
    padding: 2rem 9.0625rem 3rem;
  }
}
.hd-footer .hd-app-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.hd-footer .hd-app-container.footer_menu {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .hd-footer .hd-app-container.text_content .hd-footer__copyright {
    max-width: 29.1875rem;
    line-height: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .hd-footer .hd-app-container {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .hd-footer .hd-app-container.footer_menu {
    justify-content: center;
  }
  .hd-footer .hd-app-container.text_content {
    justify-content: center;
    text-align: center;
  }
}
@media screen and (min-width: 991px) {
  .hd-footer .hd-app-container.footer_menu {
    margin-top: 0;
    justify-content: flex-end;
  }
  .hd-footer .hd-app-container.text_content {
    justify-content: space-between;
    text-align: left;
  }
  .hd-footer .hd-app-container.text_content .field--name-field-right-side-text p {
    line-height: 1.25rem;
    font-size: 0.875rem;
    color: #5b7f95;
  }
}
.hd-footer__menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .hd-footer__menu {
    flex-direction: row;
    align-items: center;
  }
}
.hd-footer__menu--item p {
  font-family: "Heebo", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
  color: #0f0f0f;
  border-right: none;
  padding: 0;
  cursor: pointer;
  line-height: 1.25rem;
  margin-top: -3px;
}
.hd-footer__menu--item:hover {
  color: #0f0f0f;
}
@media screen and (max-width: 768px) {
  .hd-footer__menu--item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .hd-footer__menu--item {
    padding: 0 1.375rem;
    margin-bottom: 0;
    border-right: 0.0625rem solid #0f0f0f;
    height: 12px;
  }
  .hd-footer__menu--item:last-child {
    border-right: none;
    padding-right: 0;
  }
}
.hd-footer__logo {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .hd-footer__logo {
    left: 50%;
    transform: translate(-50%);
    max-width: 7.5rem;
  }
}
@media screen and (min-width: 991px) {
  .hd-footer__logo {
    top: 0.875rem;
    left: 0.875rem;
    transform: translate(0);
  }
}
.hd-footer__copyright p, .hd-footer__job-code p {
  color: #5b7f95;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.hd-footer__job-code {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .hd-footer__job-code {
    margin-top: 0;
  }
}
.hd-footer .error-page .footer {
  font-size: 1.625rem;
  color: #595454;
  padding-top: 0.5rem;
}
.hd-footer .error-page .footer a {
  text-decoration: underline;
}

.region-footer {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.region-footer .contextual-region {
  position: static;
  margin: 0;
  padding: 0;
}

#block-footernew {
  margin: 0;
}

.main-container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.region.region-content {
  padding-left: 1rem;
  padding-right: 1rem;
  
}
@media screen and (min-width: 768px) {
  .region.region-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 835px) {
  .lg {
    display: block;
  }

  .sm {
    display: none;
  }
}
.button-link {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 3.75rem;
}
.button-link .hd-buttons {
  padding: 0;
}
.button-link .hd-buttons__primary a {
  font-size: 1.125rem;
  padding: 0.719rem 1.5rem;
}

.hd-buttons {
  border-radius: 6.25rem;
  display: inline-flex;
  cursor: pointer;
  width: auto;
  padding: 0.625rem 1.5em;
  font-size: 1em;
  color: #ffffff;
}
.hd-buttons p {
  margin: 0;
}
.hd-buttons__primary {
  background-color: #3eb1c8;
}
.hd-buttons__primary a {
  color: #ffffff;
}
.hd-buttons__primary:hover {
  background: #ffffff;
  outline: 0.125rem solid #3eb1c8;
}
.hd-buttons__primary:hover a {
  color: #3eb1c8;
}
.hd-buttons__secondary {
  border: 0.125rem solid #3eb1c8;
  color: #3eb1c8;
}
.hd-buttons__icon {
  transform: rotate(-90deg);
  transform-origin: center;
  max-width: 1.125rem;
  margin-left: 1.5em;
}

.hd-cta-content__image {
  position: absolute;
}
.hd-cta-content__image img {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .hd-cta-content__image.left {
    left: -2rem;
  }
}
.hd-cta-content__image.left.center {
  top: 1rem;
  left: -1.5rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .hd-cta-content__image.left.center {
    top: 50%;
    left: -2rem;
  }
}
.hd-cta-content__image.left.top {
  top: -2.1875rem;
}
.hd-cta-content__image.left.bottom {
  bottom: -2.1875rem;
  top: unset;
}
.hd-cta-content__image.right {
  right: -2.5rem;
  left: unset;
}
.hd-cta-content__image.right.center {
  top: 50%;
  transform: translateY(-50%);
}
.hd-cta-content__image.right.top {
  top: -2.1875rem;
}
.hd-cta-content__image.right.bottom {
  bottom: -2.1875rem;
}
@media screen and (max-width: 768px) {
  .hd-cta-content__image {
    top: -2.1875rem;
    left: 1rem;
    transform: translate(-50%);
  }
}

.hexagon {
  position: absolute;
  width: 3.75rem;
  height: 2.165rem;
  background-color: #DBE2E9;
  margin: 1.0825rem 0;
  right: 0;
  transform: rotate(-60deg);
  top: -1.5625rem;
  border: none;
}
.hexagon .hd-chevron {
  background-image: url("../src/images/right-chevron.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  /* background-color: red; */
  margin: 0.625rem;
  top: -0.5rem;
  position: absolute;
  /* background-position: -0.6875rem; */
  right: -0.625rem;
  z-index: 1;
  transform: rotate(-30deg);
}
.hexagon:before {
  bottom: 100%;
  border-bottom: 1.0825rem solid #DBE2E9;
  right: 0;
}
.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 1.0825rem solid #DBE2E9;
  right: 0;
}
@media screen and (min-width: 768px) {
  .hexagon {
    display: none;
  }
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 1.875rem solid transparent;
  border-right: 1.875rem solid transparent;
}
sup.header {
  font-size: 1.2rem;
}

.main-content-container.user-register .right form .form-inline .form-select,
.main-content-container.user-register .right form .form-inline .form-item {
  width: 100%;
}

.main-content-container.user-register .right form .form-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

.main-content-container.user-register .right form .form-inline > div {
  max-width: 50%;
  width: 100%;
}

.main-content-container.user-register .right form .form-inline div:nth-child(2) {
  max-width: 45%;
}

.main-content-container.user-register .right form .form-fullwidth .form-item select,
.main-content-container.user-register .right form .form-fullwidth .form-item input,
.main-content-container.user-register .right form .form-fullwidth .form-item {
  width: 100%;
}

@media screen and (max-width: 60rem) {
  .main-content-container.user-register .right form .form-inline > div {
    max-width: 45%;
  }
}
@media screen and (max-width: 47.9375rem) {
  .main-content-container.user-register .right form .form-inline {
    display: block;
  }

  .main-content-container.user-register .right form .form-inline > div {
    max-width: 100% !important;
  }
}
video{
  width:100%;
  height:auto;
}